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是由Steve Reich開發的Chrome擴展程式,該擴展的主要功能是“Replaces your new tab page with the Todo Cloud application.”。
擴展截圖
下載Todo Cloud New Tab Page擴展crx文件
下載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 |
官方網址 | 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" ] } |