Tumblr Titles

Changes Tumblr tabs' titles to things that make sense.

Qu'est-ce que Tumblr Titles ?

Tumblr Titles est une extension Chrome développée par becca.ooo, et sa fonction principale est "Changes Tumblr tabs' titles to things that make sense.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Tumblr Titles 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

                        Replaces Tumblr’s tab titles with actual descriptions of the tab, so that you know which is which!                    

Informations de Base sur l'Extension

Nom Tumblr Titles Tumblr Titles
ID dflmgglllgebfghgjdgnmdhpebbdkejj
URL Officiel https://chromewebstore.google.com/detail/tumblr-titles/dflmgglllgebfghgjdgnmdhpebbdkejj
Description Changes Tumblr tabs' titles to things that make sense.
Taille du Fichier 6.24 KB
Nombre d'Installations 138
Version Actuelle 1.1.1
Dernière Mise à Jour 2015-05-28
Date de Publication 2015-05-28
Évaluation 4.00/5 Total 4 Évaluations
Développeur becca.ooo
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 Titles",
    "short_name": "Tumblr Titles",
    "version": "1.1.1",
    "author": "9999yea.rs",
    "description": "Changes Tumblr tabs' titles to things that make sense.",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.tumblr.com\/*",
                "*:\/\/tumblr.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "offline_enabled": true
}