スクラップブック

スクラップブック

ウェブページへのリンクを保存します。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/46x46.png",
      "38": "images/46x46.png"
    },
    "default_popup": "popup.html",
    "default_title": "スクラップブック"
  },
  "options_page": "options.html",
  "content_security_policy": "script-src 'self'; object-src",
  "description": "ウェブページへのリンクを保存します。",
  "icons": {
    "16": "images/46x46.png",
    "48": "images/46x46.png",
    "128": "images/128x128.png"
  },
  "manifest_version": 2,
  "name": "スクラップブック",
  "permissions": [
    "storage",
    "http://*/*",
    "tabs"
  ],
  "version": "0.2.6"
}