ownsheet

Markdown texts never looked so pretty before.

ownsheet là gì?

ownsheet là một tiện ích mở rộng Chrome được phát triển bởi Sebastian Pältz, và tính năng chính của nó là "Markdown texts never looked so pretty before.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ownsheet

Tải xuống các tệp mở rộng ownsheet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        **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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ownsheet ownsheet
ID mffibchemnbeleefiicbipeofabkkamj
URL Chính Thức https://chromewebstore.google.com/detail/ownsheet/mffibchemnbeleefiicbipeofabkkamj
Mô tả Markdown texts never looked so pretty before.
Kích Thước Tệp 225 KB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2015-06-11
Ngày Phát Hành 2015-06-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Sebastian Pältz
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/BastiPaeltz/ownsheet
Ngôn Ngữ Được Hỗ Trợ 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
}