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" } } |