Tumblr Tag
Post your list of favorite tags on Tumblr in one click.
Co to jest Tumblr Tag?
Tumblr Tag to rozszerzenie Chrome opracowane przez james.bechet, a jego główną funkcją jest „Post your list of favorite tags on Tumblr in one click.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tumblr Tag
Pobierz pliki rozszerzeń Tumblr Tag 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
Tumblr Tag v3: Add and Edit your Tumblr tags This chrome extension will help you do more in less time. Add and edit your lists of tags on Tumblr with ease. Simple and efficient. New features: - You can now edit your lists of tags by clicking on a list while the editor is opened. - Lists are alphabetical ordered.
Podstawowe informacje o rozszerzeniu
Nazwa | Tumblr Tag |
ID | cmbakfeanhaniakabiiabhdjkhgbbdmp |
Oficjalny URL | https://chromewebstore.google.com/detail/tumblr-tag/cmbakfeanhaniakabiiabhdjkhgbbdmp |
Opis | Post your list of favorite tags on Tumblr in one click. |
Rozmiar pliku | 152 KB |
Liczba instalacji | 1,507 |
Aktualna Wersja | 3.5.6 |
Ostatnia Aktualizacja | 2023-06-25 |
Data Publikacji | 2020-04-05 |
Ocena | 4.29/5 Łącznie 55 Oceny |
Deweloper | james.bechet |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/jamesbechet/tumbTag |
Adres URL Strony Pomocy | https://github.com/jamesbechet/tumbTag |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tumblr Tag", "short_name": "tumbtag", "description": "Post your list of favorite tags on Tumblr in one click.", "version": "3.5.6", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.tumblr.com\/*" ], "all_frames": true, "js": [ "jquery-3.1.1.min.js", "content.js" ] } ] } |