Tumblr Post Controls
Reblog, Like, etc, to the top of posts in the dash
Co to jest Tumblr Post Controls?
Tumblr Post Controls to rozszerzenie Chrome opracowane przez Kyle Ladd, a jego główną funkcją jest „Reblog, Like, etc, to the top of posts in the dash”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tumblr Post Controls
Pobierz pliki rozszerzeń Tumblr Post Controls 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
Move post controls (reblog, like, etc) to the top of posts in the dashboard.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gafampkaegokokdgbpnlilnadienfhad |
Oficjalny URL | https://chrome.google.com/webstore/detail/tumblr-post-controls/gafampkaegokokdgbpnlilnadienfhad |
Opis | Reblog, Like, etc, to the top of posts in the dash |
Rozmiar pliku | 2.86 KB |
Liczba instalacji | 94 |
Aktualna Wersja | 1.0.4 |
Ostatnia Aktualizacja | 2013-07-07 |
Data Publikacji | 2013-07-07 |
Deweloper | Kyle Ladd |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "style.css" ], "matches": [ "*:\/\/www.tumblr.com\/dashboard" ] } ], "description": "Reblog, Like, etc, to the top of posts in the dash", "manifest_version": 2, "name": "Tumblr Post Controls", "version": "1.0.4" } |