ShareCane Firefox

Examine source code of ShareCane

제작자: Osumi Akari
Inspect and view changes in ShareCane source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ShareCane",
  "description": "カスタマイズ可能なフォーマットでページ情報を共有するブラウザ拡張機能",
  "version": "0.2.1",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "ShareCane",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f7d7ba15-8cb0-43e1-8042-ef73f27415e8}"
    }
  }
}

최고의 ShareCane 대안

다음은 ShareCane과(와) 유사한 Firefox add-on입니다: