srbTranslit Firefox

Examine source code of srbTranslit

By: eboye
Inspect and view changes in srbTranslit source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "srbTranslit@srbodroid.com"
    }
  },
  "name": "srbTranslit",
  "version": "2.4",
  "permissions": [
    "activeTab",
    "scripting",
    "contextMenus",
    "storage",
    "tabs",
    "webNavigation",
    "notifications"
  ],
  "description": "Transliterates Serbian Cyrillic to Serbian Latin on any web page",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "optional_host_permissions": [],
  "icons": {
    "128": "is-on.png"
  },
  "commands": {
    "toggle-transliteration": {
      "suggested_key": {
        "default": "Alt+Shift+T",
        "mac": "MacCtrl+Shift+T"
      },
      "description": "Toggles transliteration for the current domain"
    },
    "run-to-latin": {
      "suggested_key": {
        "default": "Alt+Shift+L",
        "mac": "MacCtrl+Shift+L"
      },
      "description": "Transliterate current page to Latin"
    },
    "run-to-cyrillic": {
      "suggested_key": {
        "default": "Alt+Shift+C",
        "mac": "MacCtrl+Shift+C"
      },
      "description": "Transliterate current page to Cyrillic"
    }
  },
  "action": {
    "default_icon": "is-on.png",
    "default_title": "srbTranslit",
    "default_popup": "popup.html"
  }
}

Best srbTranslit Alternatives

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