Preview - Sneak peak at links
ALT+Click links for a popup preview
Hvad er Preview - Sneak peak at links?
Preview - Sneak peak at links er en Chrome-udvidelse udviklet af benamara.otniel, og dens hovedfunktion er "ALT+Click links for a popup preview".
Udvidelsesskærmbilleder
Download Preview - Sneak peak at links-udvidelses-CRX-fil
Download Preview - Sneak peak at links-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Preview - Sneak peak at links |
ID | eogpejkjgbbhikkebmpbcdglbnjllfai |
Officiel URL | https://chromewebstore.google.com/detail/preview-sneak-peak-at-lin/eogpejkjgbbhikkebmpbcdglbnjllfai |
Beskrivelse | ALT+Click links for a popup preview |
Filstørrelse | 103 KB |
Antal Installationer | 1,004 |
Nuværende Version | 0.0.2 |
Senest Opdateret | 2017-05-05 |
Udgivelsesdato | 2017-05-04 |
Bedømmelse | 3.41/5 Samlet 22 Bedømmelser |
Udvikler | benamara.otniel |
Betalingsmetode | free |
Udvidelseswebsted | https://www.preview.guru |
Understøttede Sprog | 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" ] } ] } |