Markdown File Reader

Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.

Markdown File Readerคืออะไร?

Markdown File Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย leewind19841209 และคุณลักษณะหลักของมันคือ "Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html."

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Markdown File Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Get source code at https://github.com/leewind/leewind-markdown-md

Features:

+ Transfer markdown file to html file in Chrome
+ Select different code themes
+ Auto detect the makrdown files and transfer files                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Markdown File Reader Markdown File Reader
ID afcmlpnpmdljjlcpmlcnlokilglejfga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/markdown-file-reader/afcmlpnpmdljjlcpmlcnlokilglejfga
คำอธิบาย Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.
ขนาดไฟล์ 62.25 KB
จำนวนการติดตั้ง 714
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2013-12-27
วันที่เผยแพร่ 2013-12-27
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา leewind19841209
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Markdown File Reader",
    "description": "Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.",
    "version": "0.2",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_permissions": [
        "file:\/\/\/*\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "common\/base.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "icon\/markdown_16x16.png",
        "48": "icon\/markdown_48x48.png",
        "128": "icon\/markdown_128x128.png"
    },
    "browser_action": {
        "default_title": "Markdown File Reader",
        "default_icon": "icon\/markdown_128x128.png",
        "default_popup": "pop.html"
    },
    "manifest_version": 2,
    "offline_enabled": true
}