Image Collector
Shows preview of the page images and provide options to download
Image Collectorとは何ですか?
Image Collectorはrajesh64727によって開発されたChromeの拡張機能で、その主な機能は「Shows preview of the page images and provide options to download」です。
拡張機能のスクリーンショット
Image Collector拡張機能のCRXファイルをダウンロード
Image Collector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Provides 2 modes 1. Thumbnail preview, image dimensions, loading time with download option. 2. URLs list in plain text Useful for web developers, testers and designers. Banner images are from JumpStart.com public website. Suggestions and constructive comments are welcome. *updates 1.1.0 - Includes element background image URLs as well.
拡張機能の基本情報
名前 | |
ID | facfdjdppldcgnfhdbknokkbnfhdiofl |
公式URL | https://chromewebstore.google.com/detail/image-collector/facfdjdppldcgnfhdbknokkbnfhdiofl |
説明 | Shows preview of the page images and provide options to download |
ファイルサイズ | 14.33 KB |
インストール数 | 1,123 |
現在のバージョン | 1.1.0 |
最終更新日 | 2021-09-14 |
公開日 | 2020-06-20 |
評価 | 4.40/5 合計 5 レビュー |
開発者 | rajesh64727 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://rajesh64727.github.io |
プライバシーポリシーページのURL | https://rajesh64727.github.io/privacy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image Collector", "version": "1.1.0", "description": "Shows preview of the page images and provide options to download", "browser_action": { "default_icon": "image_collector128.png", "default_popup": "popup.html" }, "icons": { "128": "image_collector128.png" }, "permissions": [ "https:\/\/*\/*", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |