逐字翻譯賽夏語
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": "賽夏語翻譯",
"description": "逐字翻譯賽夏語",
"version": "1.2",
"icons": {
"16": "deer16.png",
"48": "deer48.png"
},
"permissions": [
"contextMenus",
"http://saysiyat.qmalup.org/"
],
"background": {
"scripts": [
"sample.js"
]
}
}