mUrl

This extension get url for markdown

What is mUrl?

mUrl is a Chrome extension developed by Jaeger, and its main feature is "This extension get url for markdown".

Extension Screenshots

screenshot

Download mUrl Extension CRX File

Download mUrl extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name mUrl mUrl
ID nmhkegedgpbbkcicjgcnbjebdjedljgl
Official URL https://chromewebstore.google.com/detail/murl/nmhkegedgpbbkcicjgcnbjebdjedljgl
Description This extension get url for markdown
File Size 14.76 KB
Installation Count 131
Current Version 0.1
Last Updated 2016-09-26
Publish Date 2016-09-26
Rating 5.00/5 Total 5 Ratings
Developer Jaeger
Email [email protected]
Payment Type free
Extension Website http://laobie.github.io
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "mUrl",
    "description": "This extension get url for markdown",
    "version": "0.1",
    "browser_action": {
        "default_icon": "asset\/murl_19.png",
        "default_popup": "popup.html",
        "default_title": "Get Url For Markdown"
    },
    "icons": {
        "16": "asset\/murl_16.png",
        "48": "asset\/murl_48.png",
        "128": "asset\/murl_128.png"
    },
    "permissions": [
        "activeTab"
    ]
}