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",
"name": "Link Previewer",
"description": "Quickly preview the content of a link by just hovering it.",
"version": "2.8",
"author": "Kevin Karl Lea\u00f1o",
"manifest_version": 3,
"background": {
"service_worker": "background.min.js"
},
"permissions": [
"storage"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/img\/icons\/16x16.png",
"32": "\/img\/icons\/32x32.png",
"48": "\/img\/icons\/48x48.png",
"128": "\/img\/icons\/128x128.png"
}
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"\/lib\/jquery-ui\/jquery-ui.min.css",
"\/src\/css\/main.min.css"
],
"js": [
"\/lib\/html2canvas\/html2canvas.min.js",
"\/lib\/jquery\/jquery.min.js",
"\/lib\/jquery-ui\/jquery-ui.min.js",
"\/src\/js\/main.min.js"
]
}
],
"icons": {
"16": "\/img\/icons\/16x16.png",
"32": "\/img\/icons\/32x32.png",
"48": "\/img\/icons\/48x48.png",
"128": "\/img\/icons\/128x128.png"
},
"options_page": "options.html",
"web_accessible_resources": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"\/img\/icons\/Close.png",
"\/img\/icons\/Search.png",
"\/img\/icons\/Refresh.png",
"\/img\/icons\/Copy-URL.png",
"\/img\/icons\/Copy-Content.png",
"\/img\/icons\/Pin.png",
"\/img\/icons\/Unpin.png",
"\/img\/icons\/Camera.png",
"\/img\/icons\/Delete.png",
"\/resources\/messages\/error-connection-message.html",
"\/resources\/messages\/unknown-connection-message.html",
"\/resources\/utilities\/link-previewer-box.html"
]
}
]
}