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,
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqGExvBHq2WN62pqHlRv446NQFr5b+vJfOFxpi\/fn\/QOVdgjRlFlbkoCMn\/lY+tW4zOiY9tig0qs7EJsnXPm71rDK+P70e8gEXG\/D30vWpjjtxvalxUm030f6nkxbzfaz6Yv+m4EPHDejh7n2QBMNbGSQavczIkJ+SBqMJvYeW1wIDAQAB",
"name": "Instant Preview \u2014 Open Any Link in Sidebar \/ Side Panel",
"description": "Open links in the browser sidebar for fast, instant preview.",
"version": "6.7.1",
"version_name": "6.7.1",
"minimum_chrome_version": "140.0.7289.0",
"icons": {
"16": "src\/assets\/icons\/icon-16.png",
"32": "src\/assets\/icons\/icon-32.png",
"48": "src\/assets\/icons\/icon-48.png",
"128": "src\/assets\/icons\/icon-128.png"
},
"action": {
"default_title": "Instant Preview"
},
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-Jom3n5ZK.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"options_ui": {
"page": "src\/options\/options.html",
"open_in_tab": true
},
"permissions": [
"contextMenus",
"sidePanel",
"storage"
],
"web_accessible_resources": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"src\/assets\/icons\/icon-32.png",
"assets\/messages-DvRVtwPz.js",
"assets\/sync-BC5qvjYY.js",
"assets\/index.ts-GhQbbgnj.js"
],
"use_dynamic_url": false
}
]
}