Next Image
wArLeY996 develop for get the next image quickly, powered by GoPanga.com
Vad är Next Image?
Next Image är en Chrome-tillägg utvecklad av wArLeY996, och dess huvudfunktion är "wArLeY996 develop for get the next image quickly, powered by GoPanga.com".
Tilläggsskärmbilder
Ladda ner Next Image-förlängningens CRX-fil
Ladda ner Next Image-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
This extension is really simple to use.
If you download images from gallery is very useful
When you view an image: http://www.greenball.com/brochure/files/pages/large/5.jpg
and you want to see the next image, just need do click in the extension
and your url refresh to: http://www.greenball.com/brochure/files/pages/large/6.jpg
Try and enjoy! Grundläggande Information om Tillägg
| Namn | |
| ID | cajjihnokceloghijecnmgjomhdpkdhm |
| Officiell webbadress | https://chrome.google.com/webstore/detail/next-image/cajjihnokceloghijecnmgjomhdpkdhm |
| Beskrivning | wArLeY996 develop for get the next image quickly, powered by GoPanga.com |
| Filstorlek | 125 KB |
| Antal Installationer | 179 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2015-02-04 |
| Publiceringsdatum | 2015-02-04 |
| Betyg | 1.00/5 Totalt 1 Betyg |
| Utvecklare | wArLeY996 |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.gopanga.com |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Next Image",
"version": "1.0",
"description": "wArLeY996 develop for get the next image quickly, powered by GoPanga.com",
"options_page": "popup.html",
"icons": {
"128": "images\/icon.png"
},
"background": {
"persistent": false,
"scripts": [
"script.js"
]
},
"permissions": [
"http:\/\/*.google.com\/",
"https:\/\/*.google.com\/",
"tabs"
],
"browser_action": {
"default_title": "",
"default_icon": "images\/icon.png",
"default_popup": "popup.html"
}
} | |