Dog it
This extension fetch all images from your favorites pages.
Wat is Dog it?
Dog it is een Chrome-extensie ontwikkeld door darul75, en de belangrijkste functie is "This extension fetch all images from your favorites pages.".
Extensie Screenshots
Download het CRX-bestand van de extensie Dog it
Download Dog it-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Download all images from a website in one shot, one by one or all in a compressed zip archive. Basisinformatie over de Extensie
| Naam | |
| ID | bcceanhkdnodhlglnggnepecgoemgmmg |
| Officiële URL | https://chromewebstore.google.com/detail/dog-it/bcceanhkdnodhlglnggnepecgoemgmmg |
| Beschrijving | This extension fetch all images from your favorites pages. |
| Bestandsgrootte | 1.72 MB |
| Aantal Installaties | 27 |
| Huidige Versie | 1.1.0 |
| Laatst Bijgewerkt | 2016-01-26 |
| Publicatiedatum | 2016-01-26 |
| Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | darul75 |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/"
]
} | |