Dog it
This extension fetch all images from your favorites pages.
什么是Dog it?
Dog it是由darul75开发的Chrome扩展程序,该扩展的主要功能是“This extension fetch all images from your favorites pages.”。
扩展截图
下载Dog it扩展crx文件
下载Dog it扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Download all images from a website in one shot, one by one or all in a compressed zip archive. 扩展基本信息
| 名称 | |
| ID | bcceanhkdnodhlglnggnepecgoemgmmg |
| 官方URL | https://chromewebstore.google.com/detail/dog-it/bcceanhkdnodhlglnggnepecgoemgmmg |
| 简介 | This extension fetch all images from your favorites pages. |
| 文件大小 | 1.72 MB |
| 安装次数 | 27 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2016-01-26 |
| 上架时间 | 2016-01-26 |
| 评分 | 4.00/5 共2次评分 |
| 开发者 | darul75 |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Dog it",
"description": "This extension fetch all images from your favorites pages.",
"version": "1.1.0",
"browser_action": {
"default_icon": {
"16": "zynga_16x16.png"
},
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"inspector.js"
]
}
],
"icons": {
"16": "zynga_16x16.png",
"48": "zynga_64x64.png",
"128": "zynga_128x128.png"
},
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/"
]
} | |