imgZombie - Image Toggler
Quick one-click toggle to turn images off and on. Works with local HTML files too!
Co to jest imgZombie - Image Toggler?
imgZombie - Image Toggler to rozszerzenie Chrome opracowane przez jkupczak, a jego główną funkcją jest „Quick one-click toggle to turn images off and on. Works with local HTML files too!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia imgZombie - Image Toggler
Pobierz pliki rozszerzeń imgZombie - Image Toggler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | imgZombie - Image Toggler |
ID | fgdhnpiaaiejkkpcmpkapbbfnibipklh |
Oficjalny URL | https://chromewebstore.google.com/detail/imgzombie-image-toggler/fgdhnpiaaiejkkpcmpkapbbfnibipklh |
Opis | Quick one-click toggle to turn images off and on. Works with local HTML files too! |
Rozmiar pliku | 11.98 KB |
Liczba instalacji | 24 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2019-08-09 |
Data Publikacji | 2019-08-09 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | jkupczak |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |