Tiny.ee - URL Shortener

Shorten URLs with the click of a button.

Cos'è Tiny.ee - URL Shortener?

Tiny.ee - URL Shortener è un'estensione di Chrome sviluppata da https://tiny.ee, e la sua funzione principale è "Shorten URLs with the click of a button.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tiny.ee - URL Shortener

Scarica i file di estensione Tiny.ee - URL Shortener 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

                        Tiny.ee is a URL shortening service, a web service that provides short aliases for redirection of long URLs.

This plugin makes the process even quicker, by allowing you to shorten the page you are on, without having to go to our website.

Once the URL is shortened in the prompt provided, it will automatically be selected, allowing you to copy the URL to your service. You can also click the Social Icons to share your URL to the relevant platforms.                    

Informazioni di Base sull'Estensione

Nome Tiny.ee - URL Shortener Tiny.ee - URL Shortener
ID liioijhfebcmbnjelolndbkolipcipek
URL Ufficiale https://chromewebstore.google.com/detail/tinyee-url-shortener/liioijhfebcmbnjelolndbkolipcipek
Descrizione Shorten URLs with the click of a button.
Dimensione del File 62.88 KB
Conteggio Installazioni 21
Versione Corrente 1.0.7
Ultimo Aggiornamento 2024-01-03
Data di Pubblicazione 2019-05-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://tiny.ee
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tiny.ee/
URL della Pagina della Politica sulla Privacy https://tiny.ee/tos
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tiny.ee - URL Shortener",
    "description": "Shorten URLs with the click of a button.",
    "version": "1.0.7",
    "icons": {
        "16": "icon_d.png",
        "48": "icon_d.png",
        "128": "icon_d.png"
    },
    "action": {
        "default_icon": "icon_d.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}