TinyURL Maker

Creates a brand new TinyURL for the current tab that you are on!

What is TinyURL Maker?

TinyURL Maker is a Chrome extension developed by Liquid Rock, and its main feature is "Creates a brand new TinyURL for the current tab that you are on!".

Extension Screenshots

screenshot

Download TinyURL Maker Extension CRX File

Download TinyURL Maker 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

                        Do you hate long links, well then this is the extension for you. TinyURL Maker uses the TinyURL API to condense and shorten long URLs. Simple extension for making a small and easily shared link. It will shorten whatever website you are on currently. 

Completely Open Source: https://github.com/forddasav/TinyURL-chromeextension

Feel Free to Add New Features etc. 

v 3.0
-Copy to Clipboard Functionality
-Better UI (thx to github user noordawod)


v 2.3.1
-Easier User Interface



v 1.1
-Base Update                    

Extension Basic Information

Name TinyURL Maker TinyURL Maker
ID icjgknkfhpgnpjmhchbjacifboahiajj
Official URL https://chromewebstore.google.com/detail/tinyurl-maker/icjgknkfhpgnpjmhchbjacifboahiajj
Description Creates a brand new TinyURL for the current tab that you are on!
File Size 10.93 KB
Installation Count 6,000
Current Version 2.0.1
Last Updated 2019-02-01
Publish Date 2019-02-01
Rating 5.00/5 Total 2 Ratings
Developer Liquid Rock
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "description": "Creates a brand new TinyURL for the current tab that you are on!",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "TinyURL Maker",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "version": "2.0.1"
}