Next Image
wArLeY996 develop for get the next image quickly, powered by GoPanga.com
What is Next Image?
Next Image is a Chrome extension developed by wArLeY996, and its main feature is "wArLeY996 develop for get the next image quickly, powered by GoPanga.com".
Extension Screenshots
Download Next Image Extension CRX File
Download Next Image 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
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!
Extension Basic Information
Name | |
ID | cajjihnokceloghijecnmgjomhdpkdhm |
Official URL | https://chrome.google.com/webstore/detail/next-image/cajjihnokceloghijecnmgjomhdpkdhm |
Description | wArLeY996 develop for get the next image quickly, powered by GoPanga.com |
File Size | 125 KB |
Installation Count | 179 |
Current Version | 1.0 |
Last Updated | 2015-02-04 |
Publish Date | 2015-02-04 |
Rating | 1.00/5 Total 1 Ratings |
Developer | wArLeY996 |
Payment Type | free |
Extension Website | http://www.gopanga.com |
Supported Languages | 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" } } |