Preview - Sneak peak at links
ALT+Click links for a popup preview
O que é Preview - Sneak peak at links?
Preview - Sneak peak at links é uma extensão do Chrome desenvolvida por benamara.otniel, e sua principal característica é "ALT+Click links for a popup preview".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Preview - Sneak peak at links
Baixe arquivos de extensão Preview - Sneak peak at links 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
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.
Informações Básicas da Extensão
Nome | Preview - Sneak peak at links |
ID | eogpejkjgbbhikkebmpbcdglbnjllfai |
URL Oficial | https://chromewebstore.google.com/detail/preview-sneak-peak-at-lin/eogpejkjgbbhikkebmpbcdglbnjllfai |
Descrição | ALT+Click links for a popup preview |
Tamanho do Arquivo | 103 KB |
Contagem de Instalações | 1,004 |
Versão Atual | 0.0.2 |
Última Atualização | 2017-05-05 |
Data de Publicação | 2017-05-04 |
Classificação | 3.41/5 Total de 22 Avaliações |
Desenvolvedor | benamara.otniel |
Tipo de Pagamento | free |
Site da Extensão | https://www.preview.guru |
Idiomas Suportados | 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" ] } ] } |