Browserstack Toolbar Toggle
Toggles the toolbar in Browserstack Live and App-Live
Cos'è Browserstack Toolbar Toggle?
Browserstack Toolbar Toggle è un'estensione di Chrome sviluppata da Abhi Singh, e la sua funzione principale è "Toggles the toolbar in Browserstack Live and App-Live".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Browserstack Toolbar Toggle
Scarica i file di estensione Browserstack Toolbar Toggle in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | iebpphcijlhddcmbbnmhgihellmonkbj |
| URL Ufficiale | https://chromewebstore.google.com/detail/browserstack-toolbar-togg/iebpphcijlhddcmbbnmhgihellmonkbj |
| Descrizione | Toggles the toolbar in Browserstack Live and App-Live |
| Dimensione del File | 60.5 KB |
| Conteggio Installazioni | 292 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2021-04-27 |
| Data di Pubblicazione | 2021-04-27 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Abhi Singh |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://browserstack.com |
| Lingue Supportate | 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"
}
} | |