Dog it
This extension fetch all images from your favorites pages.
Vad är Dog it?
Dog it är en Chrome-tillägg utvecklad av darul75, och dess huvudfunktion är "This extension fetch all images from your favorites pages.".
Tilläggsskärmbilder
Ladda ner Dog it-förlängningens CRX-fil
Ladda ner Dog it-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Download all images from a website in one shot, one by one or all in a compressed zip archive. Grundläggande Information om Tillägg
| Namn | |
| ID | bcceanhkdnodhlglnggnepecgoemgmmg |
| Officiell webbadress | https://chromewebstore.google.com/detail/dog-it/bcceanhkdnodhlglnggnepecgoemgmmg |
| Beskrivning | This extension fetch all images from your favorites pages. |
| Filstorlek | 1.72 MB |
| Antal Installationer | 27 |
| Aktuell Version | 1.1.0 |
| Senast Uppdaterad | 2016-01-26 |
| Publiceringsdatum | 2016-01-26 |
| Betyg | 4.00/5 Totalt 2 Betyg |
| Utvecklare | darul75 |
| Betalningssätt | free |
| Stödda Språk | 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\/"
]
} | |