Marker

Write Beautiful emails with Marker.

¿Qué es Marker?

Marker es una extensión de Chrome desarrollada por https://www.sonalraj.com, y su función principal es "Write Beautiful emails with Marker.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Marker

Descarga archivos de extensión Marker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Marker Marker
ID gmcbjkcblmnekjlplficpnakpiganfio
URL Oficial https://chromewebstore.google.com/detail/marker/gmcbjkcblmnekjlplficpnakpiganfio
Descripción Write Beautiful emails with Marker.
Tamaño del Archivo 540 KB
Cantidad de Instalaciones 84
Versión Actual 0.1.5
Última Actualización 2013-12-01
Fecha de Publicación 2013-12-01
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador https://www.sonalraj.com
Tipo de Pago free
Sitio Web de la Extensión http://sonal-raj.github.io/marker
Idiomas Soportados 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"
}