Preview - Sneak peak at links
ALT+Click links for a popup preview
Co to jest Preview - Sneak peak at links?
Preview - Sneak peak at links to rozszerzenie Chrome opracowane przez benamara.otniel, a jego główną funkcją jest „ALT+Click links for a popup preview”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Preview - Sneak peak at links
Pobierz pliki rozszerzeń Preview - Sneak peak at links w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | eogpejkjgbbhikkebmpbcdglbnjllfai | 
| Oficjalny URL | https://chromewebstore.google.com/detail/preview-sneak-peak-at-lin/eogpejkjgbbhikkebmpbcdglbnjllfai | 
| Opis | ALT+Click links for a popup preview | 
| Rozmiar pliku | 103 KB | 
| Liczba instalacji | 1,004 | 
| Aktualna Wersja | 0.0.2 | 
| Ostatnia Aktualizacja | 2017-05-05 | 
| Data Publikacji | 2017-05-04 | 
| Ocena | 3.41/5 Łącznie 22 Oceny | 
| Deweloper | benamara.otniel | 
| Typ Płatności | free | 
| Strona Rozszerzenia | https://www.preview.guru | 
| Obsługiwane Języki | 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"
            ]
        }
    ]
}  |  |