Linkdaily Firefox

Examine source code of Linkdaily

제작자: Linkdaily
Inspect and view changes in Linkdaily source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Linkdaily",
  "version": "1.0.0",
  "permissions": [
    "tabs"
  ],
  "description": "Allows user to add current tab url to Linkdaily as a new link with one click.",
  "icons": {
    "16": "/imgs/logo.png",
    "32": "/imgs/logo.png",
    "48": "/imgs/logo.png",
    "128": "/imgs/logo.png"
  },
  "browser_action": {
    "default_icon": "/imgs/logo.png",
    "default_title": "Linkdaily",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "exclude_matches": [
        "*://linkdaily.com/admin*"
      ],
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./js/popup.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7128dc63-cf14-442e-ac99-72a3702dc73b}"
    }
  }
}

최고의 Linkdaily 대안

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