Canvas Toolkit
A set of fixes and improvements for the daily Canvas user!
Canvas Toolkitคืออะไร?
Canvas Toolkit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย echapa และคุณลักษณะหลักของมันคือ "A set of fixes and improvements for the daily Canvas user!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Canvas Toolkit
ดาวน์โหลดไฟล์ส่วนขยาย Canvas Toolkit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Canvas Toolkit (before Canvas Video Player): + Adds video players for Youtube urls. + Fixes "Requested Youtube audio is not available for embed or not available in your country" false positives on the Audio Remixer. + Adds full date and time tooltips to posts and notifications. + Fixes File upload icon on remixer and threads.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Canvas Toolkit |
ID | bdlhogaffaadgigmlkikpankpkpaoofp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/canvas-toolkit/bdlhogaffaadgigmlkikpankpkpaoofp |
คำอธิบาย | A set of fixes and improvements for the daily Canvas user! |
ขนาดไฟล์ | 52.87 KB |
จำนวนการติดตั้ง | 132 |
เวอร์ชันปัจจุบัน | 3.4.1 |
อัปเดตครั้งล่าสุด | 2015-02-16 |
วันที่เผยแพร่ | 2014-08-28 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | echapa |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Canvas Toolkit", "version": "3.4.1", "manifest_version": 2, "description": "A set of fixes and improvements for the daily Canvas user!", "icons": { "16": "icon-bitty.png", "48": "icon-small.png", "128": "icon-large.png" }, "content_scripts": [ { "matches": [ "*:\/\/canv.as\/*" ], "js": [ "swfobject.js", "audioplay.js" ] } ], "web_accessible_resources": [ "script.js" ] } |