SelectionSK Firefox

Examine source code of SelectionSK

Inspect and view changes in SelectionSK source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SelectionSK",
  "author": "Andrey Shemetov",
  "description": "__MSG_addonDesc__",
  "version": "6.0",
  "default_locale": "en",
  "applications": {
    "gecko": {
      "id": "{39657ae4-c030-11e7-abc4-cec278b6b50a}"
    }
  },
  "icons": {
    "16": "icons/SelectionSK_16.png",
    "24": "icons/SelectionSK_24.png",
    "32": "icons/SelectionSK_32.png",
    "48": "icons/SelectionSK_48.png",
    "64": "icons/SelectionSK_64.png",
    "128": "icons/SelectionSK_128.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "16": "icons/SelectionSK_16.png",
      "24": "icons/SelectionSK_24.png",
      "32": "icons/SelectionSK_32.png",
      "48": "icons/SelectionSK_48.png",
      "64": "icons/SelectionSK_64.png",
      "128": "icons/SelectionSK_128.png"
    },
    "default_title": "Disable SelectionSK"
  },
  "commands": {
    "page_translate": {
      "suggested_key": {
        "default": "Ctrl+Shift+0"
      },
      "description": "Page Translate"
    },
    "conversion": {
      "suggested_key": {
        "default": "Ctrl+Shift+1"
      },
      "description": "Conversion Tool"
    }
  },
  "options_ui": {
    "browser_style": true,
    "page": "prefs/prefs.html"
  },
  "omnibox": {
    "keyword": "t"
  },
  "background": {
    "scripts": [
      "common.js",
      "utils.js",
      "favicons.js",
      "opensearch.js",
      "background.js",
      "background_requests.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "alarms",
    "bookmarks",
    "clipboardRead",
    "clipboardWrite",
    "cookies",
    "contextMenus",
    "notifications",
    "search",
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/colors.css",
        "css/context_button.css",
        "css/context_menu.css",
        "css/context_panel.css",
        "css/translator.css",
        "css/converter.css"
      ],
      "js": [
        "libs/googleDocsUtil.js",
        "libs/mark.js",
        "common.js",
        "consts.js",
        "utils.js",
        "opensearch.js",
        "content.js",
        "translator.js",
        "converter.js"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "icons/*"
  ]
}

Best SelectionSK Alternatives

Here are some Firefox add-ons that are similar to SelectionSK: