Marker

Write Beautiful emails with Marker.

Cos'è Marker?

Marker è un'estensione di Chrome sviluppata da https://www.sonalraj.com, e la sua funzione principale è "Write Beautiful emails with Marker.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Marker

Scarica i file di estensione Marker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        With time, emails are tending to become fancier with inclusion of complete web based content compared to simple text data. They are becoming more illustrative, more informative and more aesthetically pleasing. Obviously, more complex process requires more of one's time and efforts

With Marker, you can type in simple plain text mails in the Markdown format with the client in your browser and with just a simple click of a button, you magically transform your childish email into a neat, well-formatted and beautiful organisation of content.                    

Informazioni di Base sull'Estensione

Nome Marker Marker
ID gmcbjkcblmnekjlplficpnakpiganfio
URL Ufficiale https://chromewebstore.google.com/detail/marker/gmcbjkcblmnekjlplficpnakpiganfio
Descrizione Write Beautiful emails with Marker.
Dimensione del File 540 KB
Conteggio Installazioni 84
Versione Corrente 0.1.5
Ultimo Aggiornamento 2013-12-01
Data di Pubblicazione 2013-12-01
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://www.sonalraj.com
Tipo di Pagamento free
Sito Web dell'Estensione http://sonal-raj.github.io/marker
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Marker",
    "version": "0.1.5",
    "description": "Write Beautiful emails with Marker.",
    "homepage_url": "http:\/\/github.com\/sonal-raj\/Marker",
    "minimum_chrome_version": "6",
    "icons": {
        "16": "common\/images\/icon16.png",
        "32": "common\/images\/icon32.png",
        "48": "common\/images\/icon48.png",
        "128": "common\/images\/icon128.png",
        "512": "common\/images\/icon512.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "author": "Sonal Raj",
    "background": {
        "page": "chrome\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "common\/utils.js",
                "common\/common-logic.js",
                "common\/jsHtmlToText.js",
                "common\/marked.js",
                "common\/mdh-html-to-text.js",
                "common\/marker.js",
                "chrome\/contentscript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "common\/images\/icon38.png",
        "default_title": "Toggle Marker"
    },
    "options_page": "common\/options.html"
}