Preview - Sneak peak at links
ALT+Click links for a popup preview
Qu'est-ce que Preview - Sneak peak at links ?
Preview - Sneak peak at links est une extension Chrome développée par benamara.otniel, et sa fonction principale est "ALT+Click links for a popup preview".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Preview - Sneak peak at links
Téléchargez les fichiers d'extension Preview - Sneak peak at links au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Preview - Sneak peak at links |
ID | eogpejkjgbbhikkebmpbcdglbnjllfai |
URL Officiel | https://chromewebstore.google.com/detail/preview-sneak-peak-at-lin/eogpejkjgbbhikkebmpbcdglbnjllfai |
Description | ALT+Click links for a popup preview |
Taille du Fichier | 103 KB |
Nombre d'Installations | 1,004 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2017-05-05 |
Date de Publication | 2017-05-04 |
Évaluation | 3.41/5 Total 22 Évaluations |
Développeur | benamara.otniel |
Type de Paiement | free |
Site Web de l'Extension | https://www.preview.guru |
Langues Prises en Charge | 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" ] } ] } |