共有ブックマーク(無償版)・サテライトオフィス for Google Apps™

共有ブックマーク(無償版)・サテライトオフィス for Google Apps™

サテライトオフィス・共有ブックマーク拡張機能

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.9.7",
  "manifest_version": 2,
  "homepage_url": "http://www.sateraito.jp/",
  "name": "共有ブックマーク(無償版)・サテライトオフィス for Google Apps™",
  "description": "サテライトオフィス・共有ブックマーク拡張機能",
  "icons": {
    "48": "satelite48.png",
    "128": "satelite128.png"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_page": "options.html",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "satelite48.png",
    "default_title": "サテライトオフィス・共有ブックマーク",
    "default_popup": "popup.html"
  }
}