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. 扩展基本信息
| 名称 | |
| ID | fpajdpibnnhcohnpmnbefdgkbddmpjif |
| 官方URL | 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"
]
} | |