Next Image
wArLeY996 develop for get the next image quickly, powered by GoPanga.com
Next Image là gì?
Next Image là một tiện ích mở rộng Chrome được phát triển bởi wArLeY996, và tính năng chính của nó là "wArLeY996 develop for get the next image quickly, powered by GoPanga.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Next Image
Tải xuống các tệp mở rộng Next Image dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cajjihnokceloghijecnmgjomhdpkdhm |
URL Chính Thức | https://chrome.google.com/webstore/detail/next-image/cajjihnokceloghijecnmgjomhdpkdhm |
Mô tả | wArLeY996 develop for get the next image quickly, powered by GoPanga.com |
Kích Thước Tệp | 125 KB |
Số Lần Cài Đặt | 179 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-02-04 |
Ngày Phát Hành | 2015-02-04 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | wArLeY996 |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.gopanga.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |