todo.tab

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

What is todo.tab?

todo.tab is a Chrome extension developed by http://www.blend88.com, and its main feature is "todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.".

Extension Screenshots

screenshot
screenshot
screenshot

Download todo.tab Extension CRX File

Download todo.tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name todo.tab todo.tab
ID ppoldfapfboboakhinjjmgkolkjhjjkm
Official URL https://chrome.google.com/webstore/detail/todotab/ppoldfapfboboakhinjjmgkolkjhjjkm
Description todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.
File Size 681 KB
Installation Count 51
Current Version 1.0.1
Last Updated 2015-01-29
Publish Date 2015-01-29
Rating 5.00/5 Total 3 Ratings
Developer http://www.blend88.com
Payment Type free
Extension Website https://github.com/blend88/todo.tab
Help Page URL https://github.com/blend88/todo.tab/issues
Supported Languages 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'"
}