Next Image
wArLeY996 develop for get the next image quickly, powered by GoPanga.com
什么是Next Image?
Next Image是由wArLeY996开发的Chrome扩展程序,该扩展的主要功能是“wArLeY996 develop for get the next image quickly, powered by GoPanga.com”。
扩展截图
下载Next Image扩展crx文件
下载Next Image扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |