Turn images upside down
Turn images upside down
Turn images upside downคืออะไร?
Turn images upside down เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lu1s และคุณลักษณะหลักของมันคือ "Turn images upside down"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Turn images upside down
ดาวน์โหลดไฟล์ส่วนขยาย Turn images upside down ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension, when clicked, will turn every image upside down usign css rotate and a transition effect. When clicking again, it will turn them back to their original position.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Turn images upside down |
ID | dkfmdnojipbgbfafjbiinbjjdbeclbin |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/turn-images-upside-down/dkfmdnojipbgbfafjbiinbjjdbeclbin |
คำอธิบาย | Turn images upside down |
ขนาดไฟล์ | 27.05 KB |
จำนวนการติดตั้ง | 39 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2020-04-02 |
วันที่เผยแพร่ | 2020-03-27 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | lu1s |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Turn images upside down", "version": "0.0.1", "manifest_version": 2, "description": "Turn images upside down", "homepage_url": "http:\/\/luispulido.com", "icons": { "16": "favicon-16.png", "48": "favicon-48.png", "128": "favicon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "Turn images upside down" }, "permissions": [ "activeTab" ] } |