Tumblr Underline

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

Wat is Tumblr Underline?

Tumblr Underline is een Chrome-extensie ontwikkeld door EmandM, en de belangrijkste functie is "This extension adds a native underline to links on the Tumblr dashboard".

Download het CRX-bestand van de extensie Tumblr Underline

Download Tumblr Underline-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Tumblr Underline Tumblr Underline
ID bhnpajefcgeoffljbjbgabpcigmaedbo
Officiële URL https://chrome.google.com/webstore/detail/tumblr-underline/bhnpajefcgeoffljbjbgabpcigmaedbo
Beschrijving This extension adds a native underline to links on the Tumblr dashboard
Bestandsgrootte 4.78 KB
Aantal Installaties 25
Huidige Versie 1.1
Laatst Bijgewerkt 2016-06-01
Publicatiedatum 2016-06-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar EmandM
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}