Preview - Sneak peak at links
ALT+Click links for a popup preview
Wat is Preview - Sneak peak at links?
Preview - Sneak peak at links is een Chrome-extensie ontwikkeld door benamara.otniel, en de belangrijkste functie is "ALT+Click links for a popup preview".
Extensie Screenshots
Download het CRX-bestand van de extensie Preview - Sneak peak at links
Download Preview - Sneak peak at links-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Preview - Sneak peak at links |
ID | eogpejkjgbbhikkebmpbcdglbnjllfai |
Officiële URL | https://chromewebstore.google.com/detail/preview-sneak-peak-at-lin/eogpejkjgbbhikkebmpbcdglbnjllfai |
Beschrijving | ALT+Click links for a popup preview |
Bestandsgrootte | 103 KB |
Aantal Installaties | 1,004 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2017-05-05 |
Publicatiedatum | 2017-05-04 |
Beoordeling | 3.41/5 Totaal 22 Beoordelingen |
Ontwikkelaar | benamara.otniel |
Betalingswijze | free |
Extensiewebsite | https://www.preview.guru |
Ondersteunde Talen | 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" ] } ] } |