Tumblr Titles
Changes Tumblr tabs' titles to things that make sense.
Co to jest Tumblr Titles?
Tumblr Titles to rozszerzenie Chrome opracowane przez becca.ooo, a jego główną funkcją jest „Changes Tumblr tabs' titles to things that make sense.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tumblr Titles
Pobierz pliki rozszerzeń Tumblr Titles w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Replaces Tumblr’s tab titles with actual descriptions of the tab, so that you know which is which!
Podstawowe informacje o rozszerzeniu
Nazwa | Tumblr Titles |
ID | dflmgglllgebfghgjdgnmdhpebbdkejj |
Oficjalny URL | https://chromewebstore.google.com/detail/tumblr-titles/dflmgglllgebfghgjdgnmdhpebbdkejj |
Opis | Changes Tumblr tabs' titles to things that make sense. |
Rozmiar pliku | 6.24 KB |
Liczba instalacji | 138 |
Aktualna Wersja | 1.1.1 |
Ostatnia Aktualizacja | 2015-05-28 |
Data Publikacji | 2015-05-28 |
Ocena | 4.00/5 Łącznie 4 Oceny |
Deweloper | becca.ooo |
Typ Płatności | free |
Obsługiwane Języki | 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 } |