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 |
官方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" ] } |