Inspect and view changes in KV-RU popup dictionary source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "KV-RU popup dictionary",
"description": "Используется для перевода на русский язык коми слов одним кликом. Выделите слово и нажмите клавиши Ctrl+Alt+T или Ctrl+Alt+G.",
"version": "0.2.8",
"icons": {
"128": "/logo.png"
},
"web_accessible_resources": [
"style.css"
],
"content_scripts": [
{
"matches": [
"*://*/*"
],
"css": [
"./style.css"
],
"js": [
"./content.js"
]
}
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"http://api.fu-lab.ru/"
]
}