CalliTab
All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality
CalliTabคืออะไร?
CalliTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย melvin0008 และคุณลักษณะหลักของมันคือ "All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CalliTab
ดาวน์โหลดไฟล์ส่วนขยาย CalliTab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
All the basic features combined into one app.Few features include news updates,time updates and weather updates It also includes a todo functionality. Also provides links to chrome apps installed and the bookmarks saved. You can also drag and drop the items in the todo-list to manage your priorities. For suggestions and queries please mail me at [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CalliTab |
ID | cbfcakedbnnbmhdplicoedllkhcobimg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/callitab/cbfcakedbnnbmhdplicoedllkhcobimg |
คำอธิบาย | All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality |
ขนาดไฟล์ | 19.82 MB |
จำนวนการติดตั้ง | 27 |
เวอร์ชันปัจจุบัน | 1.9 |
อัปเดตครั้งล่าสุด | 2015-10-17 |
วันที่เผยแพร่ | 2015-10-16 |
คะแนน | 5.00/5 รวมทั้งหมด 20 คะแนน |
ผู้พัฒนา | melvin0008 |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.melvinphilips.com/ |
URL หน้าช่วยเหลือ | https://github.com/melvin0008/Callitab/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CalliTab", "short_name": "Calli-Tab", "description": "All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality", "version": "1.9", "author": "Melvin Philips Y.N.W.A", "permissions": [ "management", "bookmarks", "geolocation", "http:\/\/rss.cnn.com\/rss\/cnn_topstories.rss" ], "icons": { "16": "c-16.png", "48": "c-48.png", "128": "c-128.ico" }, "chrome_url_overrides": { "newtab": "allinone.html" } } |