todo.tab

todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.

todo.tabとは何ですか?

todo.tabはhttp://www.blend88.comによって開発されたChromeの拡張機能で、その主な機能は「todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.」です。

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

screenshot
screenshot
screenshot

todo.tab拡張機能のCRXファイルをダウンロード

todo.tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Features include:

- Minimalist interface
- Editable list title
- Markdown support and preview abilities
- Data is synced in real-time across all open tabs in any browser/computer you are signed in to
- Keyboard shortcuts.
- Themes
- Multiple bullet styles.                    

拡張機能の基本情報

名前 todo.tab todo.tab
ID ppoldfapfboboakhinjjmgkolkjhjjkm
公式URL https://chrome.google.com/webstore/detail/todotab/ppoldfapfboboakhinjjmgkolkjhjjkm
説明 todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.
ファイルサイズ 681 KB
インストール数 51
現在のバージョン 1.0.1
最終更新日 2015-01-29
公開日 2015-01-29
評価 5.00/5 合計 3 レビュー
開発者 http://www.blend88.com
支払い方法 free
拡張機能のウェブサイト https://github.com/blend88/todo.tab
ヘルプページのURL https://github.com/blend88/todo.tab/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "todo.tab",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.",
    "homepage_url": "https:\/\/github.com\/blend88\/todo.tab",
    "icons": {
        "16": "icons\/icon_16x16.png",
        "48": "icons\/icon_48x48.png",
        "128": "icons\/icon_128x128.png"
    },
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "clipboardRead",
        "contextMenus",
        "management",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}