any-peek
peek any web page from the top icon
Qu'est-ce que any-peek ?
any-peek est une extension Chrome développée par rotagi37, et sa fonction principale est "peek any web page from the top icon".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension any-peek
Téléchargez les fichiers d'extension any-peek 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
peek any web page from the top icon
Informations de Base sur l'Extension
Nom | ![]() |
ID | oiejnoljaonlcfbccehcbkkhabhklipe |
URL Officiel | https://chrome.google.com/webstore/detail/oiejnoljaonlcfbccehcbkkhabhklipe |
Description | peek any web page from the top icon |
Taille du Fichier | 159 KB |
Nombre d'Installations | 10 |
Version Actuelle | 2.0.5.8 |
Dernière Mise à Jour | 2019-10-04 |
Date de Publication | 2019-10-04 |
Développeur | rotagi37 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "any-peek", "manifest_version": 2, "version": "2.0.5.8", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png" }, "permissions": [ "history", "contextMenus", "clipboardWrite", "clipboardRead", "webRequest", "webRequestBlocking", "tabs", "https:\/\/*\/*", "http:\/\/*\/*" ], "options_page": "options.html", "background": { "scripts": [ "\/bg.js" ] }, "browser_action": { "default_icon": { "16": "icon.png", "32": "icon.png", "48": "icon.png" }, "default_title": "Peek Any page", "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "css": [], "js": [ "jquery-3.2.1.min.js", "cscript.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_end" } ] } |