Browserstack Toolbar Toggle
Toggles the toolbar in Browserstack Live and App-Live
Co to jest Browserstack Toolbar Toggle?
Browserstack Toolbar Toggle to rozszerzenie Chrome opracowane przez Abhi Singh, a jego główną funkcją jest „Toggles the toolbar in Browserstack Live and App-Live”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Browserstack Toolbar Toggle
Pobierz pliki rozszerzeń Browserstack Toolbar Toggle 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 provides a workaround to toggle the visibility of the toolbar present on dashboard for Browserstack Live and Browserstack App-Live. https://github.com/abhi2810/browserstack-toolbar-toggle
Podstawowe informacje o rozszerzeniu
Nazwa | Browserstack Toolbar Toggle |
ID | iebpphcijlhddcmbbnmhgihellmonkbj |
Oficjalny URL | https://chromewebstore.google.com/detail/browserstack-toolbar-togg/iebpphcijlhddcmbbnmhgihellmonkbj |
Opis | Toggles the toolbar in Browserstack Live and App-Live |
Rozmiar pliku | 60.5 KB |
Liczba instalacji | 292 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2021-04-27 |
Data Publikacji | 2021-04-27 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Abhi Singh |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://browserstack.com |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browserstack Toolbar Toggle", "manifest_version": 3, "version": "0.1", "description": "Toggles the toolbar in Browserstack Live and App-Live", "action": { "default_icon": { "16": "\/images\/browserstack_16.png", "24": "\/images\/browserstack_24.png", "32": "\/images\/browserstack_32.png", "48": "\/images\/browserstack_48.png", "128": "\/images\/browserstack_128.png" }, "default_title": "Browserstack toolbar toggle" }, "author": "Abhi Singh", "icons": { "16": "\/images\/browserstack_16.png", "24": "\/images\/browserstack_24.png", "32": "\/images\/browserstack_32.png", "48": "\/images\/browserstack_48.png", "128": "\/images\/browserstack_128.png" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/live.browserstack.com\/**", "https:\/\/app-live.browserstack.com\/**" ], "background": { "service_worker": "background.js" } } |