Image Link Grabber
Grab all image links from webpage.
什麼是Image Link Grabber?
Image Link Grabber是由https://standaloneinstaller.com開發的Chrome擴展程式,該擴展的主要功能是“Grab all image links from webpage.”。
擴展截圖
下載Image Link Grabber擴展crx文件
下載Image Link Grabber擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Extract image links from webpage with a single click. Just open the page and click on app icon, voila you got the links.
擴展基本資訊
名稱 | Image Link Grabber |
ID | fpajdpibnnhcohnpmnbefdgkbddmpjif |
官方網址 | https://chromewebstore.google.com/detail/image-link-grabber/fpajdpibnnhcohnpmnbefdgkbddmpjif |
簡介 | Grab all image links from webpage. |
檔案大小 | 601 KB |
安裝次數 | 11,554 |
目前版本 | 0.0.0.1 |
更新時間 | 2016-05-30 |
上架時間 | 2016-05-29 |
評分 | 4.43/5 共 14 次評分 |
開發者 | https://standaloneinstaller.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://standaloneinstaller.com/download-image-link-grabber |
隱私政策頁面URL | https://standaloneinstaller.com/privacypolicy.php |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image Link Grabber", "default_locale": "en", "description": "Grab all image links from webpage.", "version": "0.0.0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |