Preview - Sneak peak at links

ALT+Click links for a popup preview

Cos'è Preview - Sneak peak at links?

Preview - Sneak peak at links è un'estensione di Chrome sviluppata da benamara.otniel, e la sua funzione principale è "ALT+Click links for a popup preview".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Preview - Sneak peak at links

Scarica i file di estensione Preview - Sneak peak at links in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Preview - Sneak peak at links Preview - Sneak peak at links
ID eogpejkjgbbhikkebmpbcdglbnjllfai
URL Ufficiale https://chromewebstore.google.com/detail/preview-sneak-peak-at-lin/eogpejkjgbbhikkebmpbcdglbnjllfai
Descrizione ALT+Click links for a popup preview
Dimensione del File 103 KB
Conteggio Installazioni 1,004
Versione Corrente 0.0.2
Ultimo Aggiornamento 2017-05-05
Data di Pubblicazione 2017-05-04
Valutazione 3.41/5 Totale 22 Valutazioni
Sviluppatore benamara.otniel
Tipo di Pagamento free
Sito Web dell'Estensione https://www.preview.guru
Lingue Supportate 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"
            ]
        }
    ]
}