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,
"name": "Open bookmarks in a new tab",
"version": "1.14",
"description": "Make every bookmark open in a new tab \u2014 with just a left-click.",
"minimum_chrome_version": "128",
"permissions": [
"storage",
"bookmarks",
"declarativeNetRequest",
"downloads",
"favicon",
"alarms"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.57d70757.js"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.b1d20250.json"
}
]
},
"options_ui": {
"page": "options.df63cf31.html",
"open_in_tab": true
},
"action": {
"default_icon": {
"16": "icon3-16.3b9d6df4.png",
"48": "icon3-48.088fea81.png",
"128": "icon3-128.6ea7fb9a.png"
}
},
"icons": {
"16": "icon3-16.3b9d6df4.png",
"48": "icon3-48.088fea81.png",
"128": "icon3-128.6ea7fb9a.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/bookmarks-evz.pages.dev\/*"
],
"js": [
"content-script.c6577c66.js"
],
"css": []
}
],
"web_accessible_resources": [
{
"resources": [
"_favicon\/*"
],
"matches": [
"https:\/\/bookmarks-evz.pages.dev\/*"
]
}
]
}