imgZombie - Image Toggler
Quick one-click toggle to turn images off and on. Works with local HTML files too!
imgZombie - Image Togglerとは何ですか?
imgZombie - Image Togglerはjkupczakによって開発されたChromeの拡張機能で、その主な機能は「Quick one-click toggle to turn images off and on. Works with local HTML files too!」です。
拡張機能のスクリーンショット
imgZombie - Image Toggler拡張機能のCRXファイルをダウンロード
imgZombie - Image Toggler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | imgZombie - Image Toggler |
ID | fgdhnpiaaiejkkpcmpkapbbfnibipklh |
公式URL | https://chromewebstore.google.com/detail/imgzombie-image-toggler/fgdhnpiaaiejkkpcmpkapbbfnibipklh |
説明 | Quick one-click toggle to turn images off and on. Works with local HTML files too! |
ファイルサイズ | 11.98 KB |
インストール数 | 24 |
現在のバージョン | 1.0 |
最終更新日 | 2019-08-09 |
公開日 | 2019-08-09 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | jkupczak |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } |