Next Image
wArLeY996 develop for get the next image quickly, powered by GoPanga.com
Next Image क्या है?
Next Image wArLeY996 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "wArLeY996 develop for get the next image quickly, powered by GoPanga.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Next Image एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cajjihnokceloghijecnmgjomhdpkdhm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/next-image/cajjihnokceloghijecnmgjomhdpkdhm |
विवरण | wArLeY996 develop for get the next image quickly, powered by GoPanga.com |
फ़ाइल का आकार | 125 KB |
स्थापना संख्या | 179 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2015-02-04 |
प्रकाशन तिथि | 2015-02-04 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | wArLeY996 |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.gopanga.com |
समर्थित भाषाएँ | 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" } } |