TouchCat
This extension is TouchCat.
TouchCatคืออะไร?
TouchCat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yuting1987 และคุณลักษณะหลักของมันคือ "This extension is TouchCat."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TouchCat
ดาวน์โหลดไฟล์ส่วนขยาย TouchCat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hoaghoddfoiocckakhkkfgmjhieinlbf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/touchcat/hoaghoddfoiocckakhkkfgmjhieinlbf |
คำอธิบาย | This extension is TouchCat. |
ขนาดไฟล์ | 635 KB |
จำนวนการติดตั้ง | 46 |
เวอร์ชันปัจจุบัน | 0.2.2 |
อัปเดตครั้งล่าสุด | 2013-11-15 |
วันที่เผยแพร่ | 2013-11-15 |
คะแนน | 4.50/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | yuting1987 |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://touchday.2013.nodeknockout.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TouchCat", "description": "This extension is TouchCat.", "version": "0.2.2", "content_security_policy": "script-src 'self' https:\/\/touchday.2013.nodeknockout.com\/; object-src 'self'", "web_accessible_resources": [ "action\/*.png" ], "permissions": [ "identity", "tabs", "https:\/\/github.com\/", "https:\/\/ajax.googleapis.com\/", "http:\/\/touchday.2013.nodeknockout.com\/" ], "browser_action": { "default_icon": "icon16.png", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "scripts\/socket.io.js", "scripts\/json2.js", "scripts\/underscore-min.js", "scripts\/backbone-min.js", "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "content\/content.css" ], "js": [ "scripts\/jquery.min.js", "content\/content.js" ] }, { "matches": [ "http:\/\/touchday.2013.nodeknockout.com\/login-success*" ], "js": [ "scripts\/jquery.min.js", "auth.js" ] } ] } |