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 |
官方URL | 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 } |