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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mihir.ch และคุณลักษณะหลักของมันคือ "Take down notes 🗒️, save reminders ⏰, paste links 🔗, create checklists ☑️ all using markdown... directly in your New Tab!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Markdown New Tab

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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]"
        }
    }
}