Tumblr Titles
Changes Tumblr tabs' titles to things that make sense.
Wat is Tumblr Titles?
Tumblr Titles is een Chrome-extensie ontwikkeld door becca.ooo, en de belangrijkste functie is "Changes Tumblr tabs' titles to things that make sense.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tumblr Titles
Download Tumblr Titles-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
Replaces Tumblr’s tab titles with actual descriptions of the tab, so that you know which is which!
Basisinformatie over de Extensie
Naam | Tumblr Titles |
ID | dflmgglllgebfghgjdgnmdhpebbdkejj |
Officiële URL | https://chromewebstore.google.com/detail/tumblr-titles/dflmgglllgebfghgjdgnmdhpebbdkejj |
Beschrijving | Changes Tumblr tabs' titles to things that make sense. |
Bestandsgrootte | 6.24 KB |
Aantal Installaties | 138 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2015-05-28 |
Publicatiedatum | 2015-05-28 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | becca.ooo |
Betalingswijze | free |
Ondersteunde Talen | 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 } |