Marker

Write Beautiful emails with Marker.

什么是Marker?

Marker是由https://www.sonalraj.com开发的Chrome扩展程序,该扩展的主要功能是“Write Beautiful emails with Marker.”。

扩展截图

screenshot
screenshot
screenshot

下载Marker扩展crx文件

下载Marker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Marker Marker
ID gmcbjkcblmnekjlplficpnakpiganfio
官方URL https://chromewebstore.google.com/detail/marker/gmcbjkcblmnekjlplficpnakpiganfio
简介 Write Beautiful emails with Marker.
文件大小 540 KB
安装次数 84
当前版本 0.1.5
更新时间 2013-12-01
上架时间 2013-12-01
评分 5.00/5 共3次评分
开发者 https://www.sonalraj.com
付费类型 free
扩展官网 http://sonal-raj.github.io/marker
支持的语言 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"
}