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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |