Mango Two - URL Shortener

Use Mango Two to generate shortened URLS for sharing.

Cos'è Mango Two - URL Shortener?

Mango Two - URL Shortener è un'estensione di Chrome sviluppata da https://ashallendesign.co.uk, e la sua funzione principale è "Use Mango Two to generate shortened URLS for sharing.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Mango Two - URL Shortener

Scarica i file di estensione Mango Two - 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

                        Mango Two is a privacy-first, open source URL shortener. You can use it for generating short URLs for sharing with your family, friends and colleagues without worrying about invasive tracking.                    

Informazioni di Base sull'Estensione

Nome Mango Two - URL Shortener Mango Two - URL Shortener
ID edkimicnoiglhlkgeooiijbgikgkhbkd
URL Ufficiale https://chromewebstore.google.com/detail/mango-two-url-shortener/edkimicnoiglhlkgeooiijbgikgkhbkd
Descrizione Use Mango Two to generate shortened URLS for sharing.
Dimensione del File 190 KB
Conteggio Installazioni 41
Versione Corrente 0.1.0
Ultimo Aggiornamento 2022-03-07
Data di Pubblicazione 2022-03-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://ashallendesign.co.uk
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mangotwo.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mango Two - URL Shortener",
    "version": "0.1.0",
    "manifest_version": 3,
    "description": "Use Mango Two to generate shortened URLS for sharing.",
    "homepage_url": "https:\/\/mangotwo.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Mango Two - URL Shortener",
        "default_popup": "browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}