URL Shortener & Automatic copy

Generate a shortened URL from the URL of the current page with just one click.

Cos'è URL Shortener & Automatic copy?

URL Shortener & Automatic copy è un'estensione di Chrome sviluppata da https://x.gd, e la sua funzione principale è "Generate a shortened URL from the URL of the current page with just one click.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione URL Shortener & Automatic copy

Scarica i file di estensione URL Shortener & Automatic copy 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

                        - Shorten a long URL with a single click.
- Shortened URLs are automatically copied.
- Access analysis function is provided.
- No membership registration is required.                    

Informazioni di Base sull'Estensione

Nome URL Shortener & Automatic copy URL Shortener & Automatic copy
ID fidojahpeagaflnjjbpkpcajhcbghooh
URL Ufficiale https://chromewebstore.google.com/detail/url-shortener-automatic-c/fidojahpeagaflnjjbpkpcajhcbghooh
Descrizione Generate a shortened URL from the URL of the current page with just one click.
Dimensione del File 85.62 KB
Conteggio Installazioni 33,210
Versione Corrente 1.3.1
Ultimo Aggiornamento 2022-06-26
Data di Pubblicazione 2021-03-03
Valutazione 4.00/5 Totale 9 Valutazioni
Sviluppatore https://x.gd
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://x.gd
URL della Pagina della Politica sulla Privacy https://x.gd/view/privacy
Lingue Supportate id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "version": "1.3.1",
    "manifest_version": 2,
    "icons": {
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "default_locale": "en",
    "homepage_url": "https:\/\/x.gd\/"
}