Notes Tab

This extension creates a note pad in a new tab

Notes Tab क्या है?

Notes Tab patrickasdf द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension creates a note pad in a new tab"।

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

screenshot

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

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

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

                        Notes Tab simplifies the homepage experience. Whenever you open a new tab, a simple text editor appears. Use new tabs to write to-do lists, appointment times, or to just jot down notes. If you want to save it to your computer just file + save as, otherwise your notes will auto-save and will be there when you open a new tab.

Features:
- Auto-save
- Current date in the heading                    

एक्सटेंशन की मूल जानकारी

नाम Notes Tab Notes Tab
ID godhnbnhjjhcooiigbabagepddfmjgbk
आधिकारिक URL https://chrome.google.com/webstore/detail/notes-tab/godhnbnhjjhcooiigbabagepddfmjgbk
विवरण This extension creates a note pad in a new tab
फ़ाइल का आकार 125 KB
स्थापना संख्या 202
वर्तमान संस्करण 1.2
अंतिम अपडेट 2015-08-26
प्रकाशन तिथि 2015-08-26
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर patrickasdf
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.patrickmatherly.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notes Tab",
    "description": "This extension creates a note pad in a new tab",
    "version": "1.2",
    "permissions": [
        "tabs",
        "topSites"
    ],
    "browser_action": [],
    "chrome_url_overrides": {
        "newtab": "newpad.html"
    },
    "icons": {
        "16": "newpadicon16.png",
        "48": "newpadicon48.png",
        "128": "newpadicon128.png"
    }
}