Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"minimum_chrome_version": "123",
"offline_enabled": true,
"default_locale": "en",
"name": "__MSG_extName__",
"short_name": "tableExtractor",
"description": "__MSG_extDescription__",
"version": "0.0.20",
"author": "WebRail",
"icons": {
"16": "icon.png",
"128": "icon_128.png"
},
"action": {
"default_title": "Extract table (Alt+Shift+E)",
"default_popup": "popup\/index.html"
},
"background": {
"service_worker": "background\/background.js",
"type": "module"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Shift+E",
"windows": "Alt+Shift+E",
"mac": "Alt+Shift+E",
"linux": "Alt+Shift+E"
}
},
"extract_table_popup": {
"suggested_key": {
"default": "Ctrl+Shift+E",
"windows": "Ctrl+Shift+E",
"mac": "Ctrl+Shift+E",
"linux": "Ctrl+Shift+E"
},
"description": "Extract table popup"
}
},
"web_accessible_resources": [
{
"resources": [
"scripts\/preview\/table-extractor.js",
"scripts\/preview\/chart-extractor.js",
"scripts\/preview\/template.js",
"scripts\/preview\/preview-2V7OVPNS.css",
"scripts\/extractor\/_xlsx.js",
"scripts\/extractor\/xlsx.js",
"scripts\/extractor\/chart.js",
"scripts\/extractor\/md.js",
"scripts\/extractor\/sql.js",
"scripts\/extractor\/json.js",
"scripts\/extractor\/csv.js"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"activeTab",
"contextMenus",
"storage",
"scripting"
]
}