Todo Cloud New Tab Page
Replaces your new tab page with the Todo Cloud application.
Todo Cloud New Tab Pageคืออะไร?
Todo Cloud New Tab Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Steve Reich และคุณลักษณะหลักของมันคือ "Replaces your new tab page with the Todo Cloud application."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Todo Cloud New Tab Page
ดาวน์โหลดไฟล์ส่วนขยาย Todo Cloud New Tab Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will open the Todo Cloud web application as your new tab page, making is simple and easy to always have your task list at hand. There is a Chrome button that gives you quick access to all of Chrome's internal links, such as Apps, Bookmarks, Extensions, Settings, and many more. I created this extension for myself to use and it is not affiliated with nor endorsed by Appigo, Inc... at least not yet! :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ipdkcnpbnghfkecmgfkehcfdninfaepj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/todo-cloud-new-tab-page/ipdkcnpbnghfkecmgfkehcfdninfaepj |
คำอธิบาย | Replaces your new tab page with the Todo Cloud application. |
ขนาดไฟล์ | 946 KB |
จำนวนการติดตั้ง | 208 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2014-06-05 |
วันที่เผยแพร่ | 2014-06-05 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Steve Reich |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Todo Cloud New Tab Page", "version": "1.0.6", "manifest_version": 2, "description": "Replaces your new tab page with the Todo Cloud application.", "icons": { "16": "img\/icon16.png", "19": "img\/icon19.png", "32": "img\/icon32.png", "38": "img\/icon48.png", "48": "img\/icon48.png", "64": "img\/icon48.png", "96": "img\/icon48.png", "128": "img\/icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "tabs" ] } |