ownsheet
Markdown texts never looked so pretty before.
什麼是ownsheet?
ownsheet是由Sebastian Pältz開發的Chrome擴展程式,該擴展的主要功能是“Markdown texts never looked so pretty before.”。
擴展截圖
下載ownsheet擴展crx文件
下載ownsheet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
**features** - converts any markdown text into a neat, tidy and nice looking view - out-of-the-box compatible: just copy and paste any documentation, reference or cheat sheet out there into ownsheet, it'll look nice - and if not, take a look at the ... - included heading converter tool: quickly transform markdown texts into 'ownsheet-friendly' ones - supports Github-Flavored Markdown and HTML as well - built-in table of contents - import / export: Backing up, sharing ownsheet or transferring it to another machine is easy - customizable: Don't like the default colors? Or your boxes are too small/big? Don't worry, you can adjust all that how you please.
擴展基本資訊
名稱 | ownsheet |
ID | mffibchemnbeleefiicbipeofabkkamj |
官方網址 | https://chromewebstore.google.com/detail/ownsheet/mffibchemnbeleefiicbipeofabkkamj |
簡介 | Markdown texts never looked so pretty before. |
檔案大小 | 225 KB |
安裝次數 | 58 |
目前版本 | 1.0.2 |
更新時間 | 2015-06-11 |
上架時間 | 2015-06-11 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Sebastian Pältz |
付費類型 | free |
說明頁面URL | https://github.com/BastiPaeltz/ownsheet |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ownsheet", "description": "Markdown texts never looked so pretty before.", "version": "1.0.2", "browser_action": { "default_icon": { "19": "images\/document19.png", "38": "images\/document38.png" }, "default_title": "ownsheet", "default_popup": "popup-min.html" }, "icons": { "16": "images\/document16.png", "48": "images\/document48.png", "128": "images\/document.png" }, "permissions": [ "storage" ], "manifest_version": 2 } |