Kopitiam
This extension fetches the first page of threads in kopitiam
Kopitiamคืออะไร?
Kopitiam เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Voon Ming Hann และคุณลักษณะหลักของมันคือ "This extension fetches the first page of threads in kopitiam"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kopitiam
ดาวน์โหลดไฟล์ส่วนขยาย Kopitiam ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension fetches the latesst threads of lowyat kopitiam forum. new features: - post thread link short-cut - open multiple thread at one
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fejdjlegelddjhmnmhoeokeaigeckmmj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/kopitiam/fejdjlegelddjhmnmhoeokeaigeckmmj |
คำอธิบาย | This extension fetches the first page of threads in kopitiam |
ขนาดไฟล์ | 104 KB |
จำนวนการติดตั้ง | 15 |
เวอร์ชันปัจจุบัน | 1.53 |
อัปเดตครั้งล่าสุด | 2015-05-10 |
วันที่เผยแพร่ | 2015-05-10 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Voon Ming Hann |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kopitiam", "description": "This extension fetches the first page of threads in kopitiam", "version": "1.53", "permissions": [ "http:\/\/daysof.me\/lowyat\/list.php", "https:\/\/*\/*", "tabs" ], "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" } } |