Dog it
This extension fetch all images from your favorites pages.
What is Dog it?
Dog it is a Chrome extension developed by darul75, and its main feature is "This extension fetch all images from your favorites pages.".
Extension Screenshots
Download Dog it Extension CRX File
Download Dog it extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Download all images from a website in one shot, one by one or all in a compressed zip archive.
Extension Basic Information
Name | Dog it |
ID | bcceanhkdnodhlglnggnepecgoemgmmg |
Official URL | https://chromewebstore.google.com/detail/dog-it/bcceanhkdnodhlglnggnepecgoemgmmg |
Description | This extension fetch all images from your favorites pages. |
File Size | 1.72 MB |
Installation Count | 27 |
Current Version | 1.1.0 |
Last Updated | 2016-01-26 |
Publish Date | 2016-01-26 |
Rating | 4.00/5 Total 2 Ratings |
Developer | darul75 |
Payment Type | free |
Supported Languages | 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\/" ] } |