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.」です。

拡張機能のスクリーンショット

screenshot

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! :)                    

拡張機能の基本情報

名前 Todo Cloud New Tab Page Todo Cloud New Tab Page
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"
    ]
}