Next Image
wArLeY996 develop for get the next image quickly, powered by GoPanga.com
Next Imageคืออะไร?
Next Image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wArLeY996 และคุณลักษณะหลักของมันคือ "wArLeY996 develop for get the next image quickly, powered by GoPanga.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Next Image
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |