Check updates Firefox

Examine source code of Check updates

제작자: Anda
Inspect and view changes in Check updates source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "At the start of your session or when you click on check, it will verify if some text that you want to monitor on specific website have changed. Changes will be visible on the manage page. To add new text to monitor right click on it (or select it then right clic) and \"Add to check\"",
  "manifest_version": 2,
  "name": "Check updates",
  "version": "1.2.5",
  "icons": {
    "48": "icons/something.png"
  },
  "browser_action": {
    "default_icon": "icons/something.png",
    "default_title": "Check Updates",
    "default_popup": "/popup/popup.html"
  },
  "permissions": [
    "tabs",
    "http://*/",
    "https://*/",
    "storage",
    "contextMenus",
    "menus",
    "alarms"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "addon@check.com"
    }
  }
}

최고의 Check updates 대안

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