TinyURL Maker

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

Cos'è TinyURL Maker?

TinyURL Maker è un'estensione di Chrome sviluppata da Liquid Rock, e la sua funzione principale è "Creates a brand new TinyURL for the current tab that you are on!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TinyURL Maker

Scarica i file di estensione TinyURL Maker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome TinyURL Maker TinyURL Maker
ID icjgknkfhpgnpjmhchbjacifboahiajj
URL Ufficiale https://chromewebstore.google.com/detail/tinyurl-maker/icjgknkfhpgnpjmhchbjacifboahiajj
Descrizione Creates a brand new TinyURL for the current tab that you are on!
Dimensione del File 10.93 KB
Conteggio Installazioni 6,000
Versione Corrente 2.0.1
Ultimo Aggiornamento 2019-02-01
Data di Pubblicazione 2019-02-01
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Liquid Rock
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}