Preview - Sneak peak at links

ALT+Click links for a popup preview

What is Preview - Sneak peak at links?

Preview - Sneak peak at links is a Chrome extension developed by benamara.otniel, and its main feature is "ALT+Click links for a popup preview".

Extension Screenshots

screenshot

Download Preview - Sneak peak at links Extension CRX File

Download Preview - Sneak peak at links extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Tired of context switches and too many tabs? Get a sneak peak preview of links.  Press the ALT key when clicking a link and a preview popup will appear! don't worry about those popups, they automatically disappear when the popup loses focus.                    

Extension Basic Information

Name Preview - Sneak peak at links Preview - Sneak peak at links
ID eogpejkjgbbhikkebmpbcdglbnjllfai
Official URL https://chromewebstore.google.com/detail/preview-sneak-peak-at-lin/eogpejkjgbbhikkebmpbcdglbnjllfai
Description ALT+Click links for a popup preview
File Size 103 KB
Installation Count 1,004
Current Version 0.0.2
Last Updated 2017-05-05
Publish Date 2017-05-04
Rating 3.41/5 Total 22 Ratings
Developer benamara.otniel
Payment Type free
Extension Website https://www.preview.guru
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Preview - Sneak peak at links",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "ALT+Click links for a popup preview",
    "icons": {
        "16": "icons\/icon128.png",
        "48": "icons\/icon128.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "static\/*"
    ],
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "downloads"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery-1.12.4.min.js",
                "src\/inject\/content.js"
            ]
        }
    ]
}