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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में todo.tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}