WebAdmin
This extension checks if site supports WebAdmin Editor
Co to jest WebAdmin?
WebAdmin to rozszerzenie Chrome opracowane przez metabake1, a jego główną funkcją jest „This extension checks if site supports WebAdmin Editor”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WebAdmin
Pobierz pliki rozszerzeń WebAdmin 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
This extension checks if site supports WebAdmin Editor. In case site is support WebAdmin editor, on button click you'll be redirected to WebAdmin editor to edit site content.
Podstawowe informacje o rozszerzeniu
Nazwa | WebAdmin |
ID | oaecohdoihcbaogfkhlfkcdbggnmmbek |
Oficjalny URL | https://chromewebstore.google.com/detail/webadmin/oaecohdoihcbaogfkhlfkcdbggnmmbek |
Opis | This extension checks if site supports WebAdmin Editor |
Rozmiar pliku | 54.41 KB |
Liczba instalacji | 36 |
Aktualna Wersja | 0.1.1 |
Ostatnia Aktualizacja | 2019-05-12 |
Data Publikacji | 2019-05-08 |
Deweloper | metabake1 |
Typ Płatności | free |
Strona Rozszerzenia | https://blog.metabake.org |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebAdmin", "description": "This extension checks if site supports WebAdmin Editor", "version": "0.1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens index.html" } }, "background": { "scripts": [ "lib\/jquery\/jquery.min.js", "lib\/js-yaml\/js-yaml.min.js", "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "activeTab", "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |