By: Vasudev Jamwal
Inspect and view changes in Page Preview (Shift+Click) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Mini Arc Preview (Shift+Click)",
"version": "0.2",
"description": "Open links in an Arc-style popover when you Shift+Click them.",
"browser_specific_settings": {
"gecko": {
"id": "arc-mini-preview@local",
"strict_min_version": "58.0",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
}
},
"permissions": [
"activeTab",
"<all_urls>",
"webRequest",
"webRequestBlocking"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content_script.js"
],
"css": [
"styles.css"
],
"run_at": "document_start"
}
]
} Best Page Preview (Shift+Click) Alternatives
Here are some Firefox add-ons that are similar to Page Preview (Shift+Click):