Best WordPress Tools
Different tools useful for WordPress developers and users
Co to jest Best WordPress Tools?
Best WordPress Tools to rozszerzenie Chrome opracowane przez https://tabernawp.com, a jego główną funkcją jest „Different tools useful for WordPress developers and users”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Best WordPress Tools
Pobierz pliki rozszerzeń Best WordPress Tools 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
Set of WordPress tools, urls and other options of interest for WordPress users and developers. This extension has eight sections with several subsections and a lot of utils, forms and links.
Podstawowe informacje o rozszerzeniu
Nazwa | Best WordPress Tools |
ID | miepkfdpkfdnfefoobohbfdenldodpfi |
Oficjalny URL | https://chromewebstore.google.com/detail/best-wordpress-tools/miepkfdpkfdnfefoobohbfdenldodpfi |
Opis | Different tools useful for WordPress developers and users |
Rozmiar pliku | 183 KB |
Liczba instalacji | 438 |
Aktualna Wersja | 1.0.6 |
Ostatnia Aktualizacja | 2023-10-18 |
Data Publikacji | 2019-11-20 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://tabernawp.com |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://tabernawp.com/politica-de-privacidad |
Obsługiwane Języki | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_app_name__", "description": "__MSG_app_description__", "version": "1.0.6", "default_locale": "en", "icons": { "128": "img\/best-wp-tools-128.png", "48": "img\/best-wp-tools-48.png", "32": "img\/best-wp-tools-32.png", "16": "img\/best-wp-tools-16.png" }, "action": { "default_popup": "html\/home.html", "default_icon": { "128": "img\/best-wp-tools-128.png", "48": "img\/best-wp-tools-48.png", "32": "img\/best-wp-tools-32.png", "16": "img\/best-wp-tools-16.png" } }, "permissions": [ "activeTab" ], "commands": { "_execute_action": { "suggested_key": { "default": "Alt+W" } } } } |