Tumblr Underline

This extension adds a native underline to links on the Tumblr dashboard

Cos'è Tumblr Underline?

Tumblr Underline è un'estensione di Chrome sviluppata da EmandM, e la sua funzione principale è "This extension adds a native underline to links on the Tumblr dashboard".

Scarica il file CRX dell'estensione Tumblr Underline

Scarica i file di estensione Tumblr Underline 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

                        The Tumblr dashboard uses a custom underline on their links. This extension changes that to a native css underline as the custom underline can stop working on some machines. The custom underline is not affected so you can disable this extension when Tumblr's underline starts working again.                    

Informazioni di Base sull'Estensione

Nome Tumblr Underline Tumblr Underline
ID bhnpajefcgeoffljbjbgabpcigmaedbo
URL Ufficiale https://chrome.google.com/webstore/detail/tumblr-underline/bhnpajefcgeoffljbjbgabpcigmaedbo
Descrizione This extension adds a native underline to links on the Tumblr dashboard
Dimensione del File 4.78 KB
Conteggio Installazioni 25
Versione Corrente 1.1
Ultimo Aggiornamento 2016-06-01
Data di Pubblicazione 2016-06-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore EmandM
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tumblr Underline",
    "description": "This extension adds a native underline to links on the Tumblr dashboard",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tumblr.com\/*"
            ],
            "css": [
                "underline.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "underline.css"
    ],
    "permissions": [
        "https:\/\/www.tumblr.com\/*"
    ],
    "icons": {
        "128": "tumblrUnderline.png"
    }
}