Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
},
"manifest_version": 3,
"action": {
"default_popup": "popup.html"
},
"version": "2.4.8",
"author": "miles",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"background": {
"service_worker": "static\/background\/index.js"
},
"permissions": [
"storage",
"identity",
"identity.email",
"activeTab",
"tabs"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"ButtonManager.771e14db.js"
],
"css": []
},
{
"matches": [
"<all_urls>"
],
"js": [
"ImageCacheService.f6392af1.js"
],
"css": []
},
{
"matches": [
"<all_urls>"
],
"js": [
"ImageDetector.9aeb49eb.js"
],
"css": []
},
{
"matches": [
"<all_urls>"
],
"js": [
"QuotaModal.96b77da0.js"
],
"css": []
},
{
"matches": [
"<all_urls>"
],
"js": [
"ScreenshotMode.0b1ec422.js"
],
"css": []
},
{
"matches": [
"<all_urls>"
],
"js": [
"TranslationQueueService.c3560fca.js"
],
"css": []
},
{
"matches": [
"<all_urls>"
],
"js": [
"TranslationRegistry.23c773c2.js"
],
"css": []
},
{
"matches": [
"<all_urls>"
],
"js": [
"types.35ccc12c.js"
],
"css": []
},
{
"matches": [
"<all_urls>"
],
"js": [
"contents.e02f0287.js"
],
"css": [
"contents.407f012c.css"
]
}
],
"default_locale": "en",
"host_permissions": [
"https:\/\/*\/*"
],
"oauth2": {
"client_id": "986616136201-1u9pbl2fvjbfebmm6qh5o8smg98kkf1f.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"commands": {
"take_screenshot": {
"suggested_key": {
"default": "Ctrl+E",
"mac": "Command+E"
},
"description": "Take screenshot for translation"
}
}
}