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",
"default_locale": "en",
"name": "__MSG_extName__",
"short_name": "BulkLinker",
"description": "__MSG_extDescription__",
"version": "0.0.3",
"author": "WebRail",
"icons": {
"24": "icon-24.png",
"128": "icon-128.png"
},
"action": {
"default_title": "BulkLinker (Alt+L)",
"default_popup": "popup\/index.html"
},
"background": {
"service_worker": "background\/background.js",
"type": "module"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+L",
"windows": "Alt+L",
"mac": "Alt+L",
"linux": "Alt+L"
}
},
"open_selected_link": {
"suggested_key": {
"default": "Alt+O"
},
"description": "Open selected link"
}
},
"web_accessible_resources": [
{
"resources": [
"scripts\/alink-elem-selector.js"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"activeTab",
"contextMenus",
"scripting",
"storage"
],
"optional_permissions": [
"bookmarks",
"readingList",
"tabGroups"
],
"optional_host_permissions": [
"https:\/\/*\/*"
]
}