Grabber, easy way to download the images
Grab the images or soon other assets from within the active page
Grabber, easy way to download the imagesとは何ですか?
Grabber, easy way to download the imagesはhttps://grabcode.frによって開発されたChromeの拡張機能で、その主な機能は「Grab the images or soon other assets from within the active page」です。
拡張機能のスクリーンショット
Grabber, easy way to download the images拡張機能のCRXファイルをダウンロード
Grabber, easy way to download the images拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Grabber is the Chrome Extension providing an easy way to download the images that the page you are visiting contain. It is relevant whenever you wish to fetch a bunch of assets and the website would not give you a simplistic "Download All" button. Note: at this stage, it is an alpha version. It requires the user to specify the CSS selector used to lookup for the assets.
拡張機能の基本情報
名前 | Grabber, easy way to download the images |
ID | obcfnhbmjnpnahpedfinnkdfjfcfgafa |
公式URL | https://chromewebstore.google.com/detail/grabber-easy-way-to-downl/obcfnhbmjnpnahpedfinnkdfjfcfgafa |
説明 | Grab the images or soon other assets from within the active page |
ファイルサイズ | 16.28 KB |
インストール数 | 398 |
現在のバージョン | 1.0.4 |
最終更新日 | 2017-03-02 |
公開日 | 2017-03-01 |
評価 | 2.50/5 合計 2 レビュー |
開発者 | https://grabcode.fr |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Grabber, easy way to download the images", "short_name": "Grabber", "description": "Grab the images or soon other assets from within the active page", "version": "1.0.4", "browser_action": { "default_icon": "icon.png", "default_title": "Grabber", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "activeTab", "downloads" ] } |