tw-rl

This extension saves URLs to tw-rl.com

Cos'è tw-rl?

tw-rl è un'estensione di Chrome sviluppata da https://tw-rl.com, e la sua funzione principale è "This extension saves URLs to tw-rl.com".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione tw-rl

Scarica i file di estensione tw-rl 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

                        tw-rl is a curation platform for collecting tweets, videos and images from around the web. 

Showcase your creative work or simply share your curations with friends and family.

This extension makes adding link cards to your tw-rl.com profile simple, easy and fun.                    

Informazioni di Base sull'Estensione

Nome tw-rl tw-rl
ID kcnjbdafjjfnbnclnhflhbdnpjagaink
URL Ufficiale https://chromewebstore.google.com/detail/tw-rl/kcnjbdafjjfnbnclnhflhbdnpjagaink
Descrizione This extension saves URLs to tw-rl.com
Dimensione del File 37.47 KB
Conteggio Installazioni 137
Versione Corrente 0.1.1
Ultimo Aggiornamento 2021-05-04
Data di Pubblicazione 2021-05-01
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://tw-rl.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tw-rl.com
URL della Pagina di Aiuto https://tw-rl.com
URL della Pagina della Politica sulla Privacy https://tw-rl.com/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "tw-rl",
    "version": "0.1.1",
    "description": "This extension saves URLs to tw-rl.com",
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/tw-rl.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.tw-rl.com\/*"
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "32": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}