ownsheet

Markdown texts never looked so pretty before.

Qu'est-ce que ownsheet ?

ownsheet est une extension Chrome développée par Sebastian Pältz, et sa fonction principale est "Markdown texts never looked so pretty before.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ownsheet

Téléchargez les fichiers d'extension ownsheet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom ownsheet ownsheet
ID mffibchemnbeleefiicbipeofabkkamj
URL Officiel https://chromewebstore.google.com/detail/ownsheet/mffibchemnbeleefiicbipeofabkkamj
Description Markdown texts never looked so pretty before.
Taille du Fichier 225 KB
Nombre d'Installations 58
Version Actuelle 1.0.2
Dernière Mise à Jour 2015-06-11
Date de Publication 2015-06-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur Sebastian Pältz
Type de Paiement free
URL de la Page d'Aide https://github.com/BastiPaeltz/ownsheet
Langues Prises en Charge 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
}