Marker

Write Beautiful emails with Marker.

Marker क्या है?

Marker https://www.sonalraj.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Write Beautiful emails with Marker."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Marker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}