Alphacoders Image Previewer
alphacoders fast image previewer
Alphacoders Image Previewerคืออะไร?
Alphacoders Image Previewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Guja1501 และคุณลักษณะหลักของมันคือ "alphacoders fast image previewer"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Alphacoders Image Previewer
ดาวน์โหลดไฟล์ส่วนขยาย Alphacoders Image Previewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
In http://wall.alphacoders.com/ we will be able to see image with full size without reload website. It's just image previewer.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pdgcdigokeifcekoimfaibamccnfejgp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/alphacoders-image-preview/pdgcdigokeifcekoimfaibamccnfejgp |
คำอธิบาย | alphacoders fast image previewer |
ขนาดไฟล์ | 47.02 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-05-17 |
วันที่เผยแพร่ | 2015-05-17 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Guja1501 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Alphacoders Image Previewer", "short_name": "AIP", "description": "alphacoders fast image previewer", "version": "1.0", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.alphacoders.com\/*" ] } ], "icons": { "32": "icon128.png", "64": "icon128.png", "128": "icon128.png" }, "permissions": [ "tabs", "*:\/\/*.alphacoders.com\/*" ], "web_accessible_resources": [], "manifest_version": 2 } |