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によって開発されたChromeの拡張機能で、その主な機能は「Take down notes 🗒️, save reminders ⏰, paste links 🔗, create checklists ☑️ all using markdown... directly in your New Tab!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Markdown New Tab拡張機能のCRXファイルをダウンロード

Markdown New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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]"
        }
    }
}