ownsheet

Markdown texts never looked so pretty before.

ownsheet क्या है?

ownsheet Sebastian Pältz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Markdown texts never looked so pretty before."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ownsheet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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