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",
"manifest_version": 3,
"name": "SeekAll",
"version": "1.6.3",
"description": "One Click, Seek All Results for You",
"author": "qianyue",
"default_locale": "en",
"action": {
"default_title": "SeekAll",
"default_icon": {
"16": "assets\/icons\/icon16.png",
"32": "assets\/icons\/icon32.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
}
},
"side_panel": {
"default_path": "sidebar\/sidebar.html"
},
"web_accessible_resources": [
{
"resources": [
"images\/*.png"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"activeTab",
"tabs",
"tabGroups",
"favicon",
"sidePanel",
"windows",
"system.display",
"contextMenus",
"storage",
"alarms"
],
"host_permissions": [
"https:\/\/www.google.com\/*"
],
"background": {
"service_worker": "js\/background.js"
},
"icons": {
"16": "assets\/icons\/icon16.png",
"32": "assets\/icons\/icon32.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
},
"content_scripts": [
{
"js": [
"js\/content.js"
],
"css": [
"css\/insert.css"
],
"matches": [
"<all_urls>"
],
"run_at": "document_idle",
"all_frames": false
}
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+S",
"mac": "Command+Shift+S"
},
"description": "Activate the extension"
}
}
}