TinyURL

This extension creates a tinyurl for the current browser tab.

What is TinyURL?

TinyURL is a Chrome extension developed by Ed Robinson, and its main feature is "This extension creates a tinyurl for the current browser tab.".

Extension Screenshots

screenshot

Download TinyURL Extension CRX File

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

                        The quickest way to shorten and share the URL of the current Chrome tab.                    

Extension Basic Information

Name TinyURL TinyURL
ID lbadmllalinlpflkajgkkmjohckpnahm
Official URL https://chromewebstore.google.com/detail/tinyurl/lbadmllalinlpflkajgkkmjohckpnahm
Description This extension creates a tinyurl for the current browser tab.
File Size 6.92 KB
Installation Count 10,000
Current Version 1.0
Last Updated 2013-04-07
Publish Date 2013-04-07
Rating 4.35/5 Total 51 Ratings
Developer Ed Robinson
Payment Type free
Supported Languages en
manifest.json
{
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_popup": "popup.html"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This extension creates a tinyurl for the current browser tab.",
    "name": "TinyURL",
    "permissions": [
        "tabs",
        "http:\/\/www.tinyurl.com\/"
    ],
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png",
        "16": "icon_16.png"
    },
    "manifest_version": 2,
    "version": "1.0"
}