Tumblr Titles

Changes Tumblr tabs' titles to things that make sense.

Cos'è Tumblr Titles?

Tumblr Titles è un'estensione di Chrome sviluppata da becca.ooo, e la sua funzione principale è "Changes Tumblr tabs' titles to things that make sense.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tumblr Titles

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

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

Informazioni di Base sull'Estensione

Nome Tumblr Titles Tumblr Titles
ID dflmgglllgebfghgjdgnmdhpebbdkejj
URL Ufficiale https://chromewebstore.google.com/detail/tumblr-titles/dflmgglllgebfghgjdgnmdhpebbdkejj
Descrizione Changes Tumblr tabs' titles to things that make sense.
Dimensione del File 6.24 KB
Conteggio Installazioni 138
Versione Corrente 1.1.1
Ultimo Aggiornamento 2015-05-28
Data di Pubblicazione 2015-05-28
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore becca.ooo
Tipo di Pagamento free
Lingue Supportate 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
}