Markdown New Tab

Take down notes 🗒️, save reminders ⏰, paste links 🔗, create checklists ☑️ all using markdown... directly in your New Tab!

Markdown New Tab क्या है?

Markdown New Tab https://mihir.ch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take down notes 🗒️, save reminders ⏰, paste links 🔗, create checklists ☑️ all using markdown... directly in your New Tab!"।

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

screenshot
screenshot
screenshot

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

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

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

                        Markdown New Tab allows you to take down important notes, thoughts or anything else you need to jot down or paste quickly, directly into your New Tab page... via the markdown syntax!

Markdown will allow you to easily create headings, subheadings, links, styled texts, checkboxes, tables, lists, images and much more... just by a simple syntax. To get the hang of it, check this brilliant cheat sheat: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet

Markdown New Tab is complete has the ability to store revisions of the markdown content you made, so if you ever need to look back at previous versions of your content, check the revision history!                    

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

नाम Markdown New Tab Markdown New Tab
ID demppioeofcekpjcnlkmdjbabifjnokj
आधिकारिक URL https://chromewebstore.google.com/detail/markdown-new-tab/demppioeofcekpjcnlkmdjbabifjnokj
विवरण Take down notes 🗒️, save reminders ⏰, paste links 🔗, create checklists ☑️ all using markdown... directly in your New Tab!
फ़ाइल का आकार 110 KB
स्थापना संख्या 3,098
वर्तमान संस्करण 19.7.24
अंतिम अपडेट 2019-07-24
प्रकाशन तिथि 2019-07-24
रेटिंग 4.31/5 कुल 35 रेटिंग्स
डेवलपर https://mihir.ch
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/plibither8/markdown-new-tab
सहायता पृष्ठ URL https://github.com/plibither8/markdown-new-tab/issues
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Markdown New Tab",
    "short_name": "Markdown New Tab",
    "version": "19.7.24",
    "description": "Take down notes \ud83d\uddd2\ufe0f, save reminders \u23f0, paste links \ud83d\udd17, create checklists \u2611\ufe0f all using markdown... directly in your New Tab!",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "author": "Mihir Chaturvedi (plibither8)",
    "icons": {
        "16": "static\/icon\/icon16.png",
        "48": "static\/icon\/icon48.png",
        "128": "static\/icon\/icon128.png"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}