Mini URL - The URL shortener

Shortens the current url and copies it to clipboard

What is Mini URL - The URL shortener?

Mini URL - The URL shortener is a Chrome extension developed by miniurl2016, and its main feature is "Shortens the current url and copies it to clipboard".

Extension Screenshots

screenshot

Download Mini URL - The URL shortener Extension CRX File

Download Mini URL - The URL shortener 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

                        Mini URL is a url shortener. It is a simple chrome extension that, when clicked, shortens the current URL and copies the shortened url to the clipboard. Mini url uses the Google URL shortener service https://goo.gl/ as the backend. Using the extension is simple: just click the Mini URL icon, a tiny version of the current url is created and sent to the clipboard. To use the short url, just paste!                    

Extension Basic Information

Name Mini URL - The URL shortener Mini URL - The URL shortener
ID oikjbfhojbdndgcjkjeccfelofhihdai
Official URL https://chromewebstore.google.com/detail/mini-url-the-url-shortene/oikjbfhojbdndgcjkjeccfelofhihdai
Description Shortens the current url and copies it to clipboard
File Size 850 KB
Installation Count 170
Current Version 1.1
Last Updated 2016-02-26
Publish Date 2016-02-26
Rating 4.50/5 Total 8 Ratings
Developer miniurl2016
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mini URL - The URL shortener",
    "short_name": "Mini URL",
    "description": "Shortens the current url and copies it to clipboard",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "https:\/\/www.googleapis.com\/"
    ]
}