any-peek
peek any web page from the top icon
O que é any-peek?
any-peek é uma extensão do Chrome desenvolvida por rotagi37, e sua principal característica é "peek any web page from the top icon".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão any-peek
Baixe arquivos de extensão any-peek no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
peek any web page from the top icon
Informações Básicas da Extensão
Nome | ![]() |
ID | oiejnoljaonlcfbccehcbkkhabhklipe |
URL Oficial | https://chrome.google.com/webstore/detail/oiejnoljaonlcfbccehcbkkhabhklipe |
Descrição | peek any web page from the top icon |
Tamanho do Arquivo | 159 KB |
Contagem de Instalações | 10 |
Versão Atual | 2.0.5.8 |
Última Atualização | 2019-10-04 |
Data de Publicação | 2019-10-04 |
Desenvolvedor | rotagi37 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } ] } |