Tumblr Underline
This extension adds a native underline to links on the Tumblr dashboard
Co to jest Tumblr Underline?
Tumblr Underline to rozszerzenie Chrome opracowane przez EmandM, a jego główną funkcją jest „This extension adds a native underline to links on the Tumblr dashboard”.
Pobierz plik CRX rozszerzenia Tumblr Underline
Pobierz pliki rozszerzeń Tumblr Underline 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bhnpajefcgeoffljbjbgabpcigmaedbo |
Oficjalny URL | https://chrome.google.com/webstore/detail/tumblr-underline/bhnpajefcgeoffljbjbgabpcigmaedbo |
Opis | This extension adds a native underline to links on the Tumblr dashboard |
Rozmiar pliku | 4.78 KB |
Liczba instalacji | 25 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2016-06-01 |
Data Publikacji | 2016-06-01 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | EmandM |
[email protected] | |
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 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" } } |