imgZombie - Image Toggler
Quick one-click toggle to turn images off and on. Works with local HTML files too!
O que é imgZombie - Image Toggler?
imgZombie - Image Toggler é uma extensão do Chrome desenvolvida por jkupczak, e sua principal característica é "Quick one-click toggle to turn images off and on. Works with local HTML files too!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão imgZombie - Image Toggler
Baixe arquivos de extensão imgZombie - Image Toggler 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
Kill images and then raise them from the grave! imgZombie allows you to turn off all images on the page that you're currently viewing. Just click the extension icon in your toolbar to activate. Click it again to turn all images back on. If you want to do this on a local HTML file, make sure you give imgZombie access in the Extension settings page.
Informações Básicas da Extensão
Nome | imgZombie - Image Toggler |
ID | fgdhnpiaaiejkkpcmpkapbbfnibipklh |
URL Oficial | https://chromewebstore.google.com/detail/imgzombie-image-toggler/fgdhnpiaaiejkkpcmpkapbbfnibipklh |
Descrição | Quick one-click toggle to turn images off and on. Works with local HTML files too! |
Tamanho do Arquivo | 11.98 KB |
Contagem de Instalações | 24 |
Versão Atual | 1.0 |
Última Atualização | 2019-08-09 |
Data de Publicação | 2019-08-09 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | jkupczak |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "imgZombie - Image Toggler", "description": "Quick one-click toggle to turn images off and on. Works with local HTML files too!", "version": "1.0", "icons": { "128": "icons\/icon-128.png" }, "browser_action": { "default_icon": "icons\/icon-128.png", "default_title": "Toggle Images" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "activeTab" ] } |