Marker

Write Beautiful emails with Marker.

Marker là gì?

Marker là một tiện ích mở rộng Chrome được phát triển bởi https://www.sonalraj.com, và tính năng chính của nó là "Write Beautiful emails with Marker.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Marker

Tải xuống các tệp mở rộng Marker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Marker Marker
ID gmcbjkcblmnekjlplficpnakpiganfio
URL Chính Thức https://chromewebstore.google.com/detail/marker/gmcbjkcblmnekjlplficpnakpiganfio
Mô tả Write Beautiful emails with Marker.
Kích Thước Tệp 540 KB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 0.1.5
Cập Nhật Lần Cuối 2013-12-01
Ngày Phát Hành 2013-12-01
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.sonalraj.com
Loại Thanh Toán free
Trang Web Mở Rộng http://sonal-raj.github.io/marker
Ngôn Ngữ Được Hỗ Trợ 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"
}