ImageScratch
ImageScratch is the HTML5
ImageScratchคืออะไร?
ImageScratch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ORG และคุณลักษณะหลักของมันคือ "ImageScratch is the HTML5
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ImageScratch
ดาวน์โหลดไฟล์ส่วนขยาย ImageScratch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
1. Open a web page with images (HTML IMG tags). 2. Click upper right ImageScratch icon (browser action icon). 3. Click an image on the opened list-view of images. 4. The image is drawn on the html5
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ImageScratch |
ID | gfgcencomiikhbpopnbelfiihiahngdp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/imagescratch/gfgcencomiikhbpopnbelfiihiahngdp |
คำอธิบาย | ImageScratch is the HTML5 |
ขนาดไฟล์ | 165 KB |
จำนวนการติดตั้ง | 210 |
เวอร์ชันปัจจุบัน | 1.3.4 |
อัปเดตครั้งล่าสุด | 2014-01-03 |
วันที่เผยแพร่ | 2014-01-03 |
คะแนน | 1.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | ORG |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ImageScratch", "version": "1.3.4", "manifest_version": 2, "description": "__MSG_description__", "default_locale": "en", "icons": { "128": "img\/128.png" }, "background": { "scripts": [ "background\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "img\/19.png" }, "default_title": "ImageScratch", "default_popup": "popup\/popup.html" }, "web_accessible_resources": [ "img\/*.png" ], "permissions": [ "storage", "*:\/\/*\/*" ] } |