Blookmark Firefox

Examine source code of Blookmark

제작자: WTCAE Add-on
Inspect and view changes in Blookmark source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Blookmark",
  "version": "1.0.0",
  "description": "Simple floating bookmark overlay with grid positioning",
  "permissions": [
    "storage",
    "contextMenus",
    "activeTab",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background_firefox.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_firefox.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "browser_action": {
    "default_popup": "popup_firefox.html",
    "default_title": "Add as Blookmark",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{cb850d6a-c353-40cf-a529-c45d418ba333}"
    }
  }
}

최고의 Blookmark 대안

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