Tumblr Underline

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

Qu'est-ce que Tumblr Underline ?

Tumblr Underline est une extension Chrome développée par EmandM, et sa fonction principale est "This extension adds a native underline to links on the Tumblr dashboard".

Télécharger le fichier CRX de l'extension Tumblr Underline

Téléchargez les fichiers d'extension Tumblr Underline au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tumblr Underline Tumblr Underline
ID bhnpajefcgeoffljbjbgabpcigmaedbo
URL Officiel https://chrome.google.com/webstore/detail/tumblr-underline/bhnpajefcgeoffljbjbgabpcigmaedbo
Description This extension adds a native underline to links on the Tumblr dashboard
Taille du Fichier 4.78 KB
Nombre d'Installations 25
Version Actuelle 1.1
Dernière Mise à Jour 2016-06-01
Date de Publication 2016-06-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur EmandM
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}