Image rotator
One of the less useful extensions out there.
Image rotatorคืออะไร?
Image rotator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FH และคุณลักษณะหลักของมันคือ "One of the less useful extensions out there."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image rotator
ดาวน์โหลดไฟล์ส่วนขยาย Image rotator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Does what the title says it does.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | amplighgcpifjbdglmkhhcafffaafpoc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/image-rotator/amplighgcpifjbdglmkhhcafffaafpoc |
คำอธิบาย | One of the less useful extensions out there. |
ขนาดไฟล์ | 3.86 KB |
จำนวนการติดตั้ง | 10 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2013-12-15 |
วันที่เผยแพร่ | 2013-12-15 |
คะแนน | 1.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | FH |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image rotator", "description": "One of the less useful extensions out there.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script.js" ] } ] } |