Centroly - Highlight, bookmark, and discover links Firefox

Examine source code of Centroly - Highlight, bookmark, and discover links

제작자: Centroly
Inspect and view changes in Centroly - Highlight, bookmark, and discover links source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Centroly - Bookmark, Save, and Discover Links",
  "version": "0.4.2",
  "description": "Discover curated links from like-minded people, or build your own collections of links",
  "browser_action": {
    "default_icon": "./assets/icon-512.png",
    "default_popup": "./dist/popup/index.html"
  },
  "options_ui": {
    "page": "./dist/options/index.html",
    "open_in_tab": true,
    "chrome_style": false
  },
  "background": {
    "page": "./dist/background/index.html",
    "persistent": false
  },
  "icons": {
    "16": "./assets/icon-16.png",
    "48": "./assets/icon-48.png",
    "128": "./assets/icon-128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "cookies",
    "http://*/",
    "https://*/",
    "contextMenus",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "./lib/jquery-3.6.1.slim.min.js",
        "./dist/contentScripts/index.global.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "dist/contentScripts/style.css"
  ],
  "commands": {
    "save-current-link": {
      "suggested_key": {
        "default": "Ctrl+Shift+S",
        "mac": "Command+Shift+S"
      },
      "description": "Save current link to Centroly"
    },
    "manage-highlights": {
      "suggested_key": {
        "default": "Ctrl+Shift+M",
        "mac": "Command+Shift+M"
      },
      "description": "Manage saved highlights"
    },
    "highlight-selected": {
      "suggested_key": {
        "default": "Ctrl+Shift+H",
        "mac": "Command+Shift+H"
      },
      "description": "Highlight selected text"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7c01dabd-db16-4d5c-9a1c-261d3caa302a}"
    }
  }
}

최고의 Centroly - Highlight, bookmark, and discover links 대안

다음은 Centroly - Highlight, bookmark, and discover links과(와) 유사한 Firefox add-on입니다: