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
官方網址 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'"
}