Bootstrap Viewport
Displays the current Bootstrap Viewport
Co to jest Bootstrap Viewport?
Bootstrap Viewport to rozszerzenie Chrome opracowane przez serhat-m, a jego główną funkcją jest „Displays the current Bootstrap Viewport”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bootstrap Viewport
Pobierz pliki rozszerzeń Bootstrap Viewport 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
Determines which Bootstrap viewport is active based on the width. Tested with Bootstrap v5. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hbbkilahnbjmfhmfpckjpamaicggokje |
| Oficjalny URL | https://chromewebstore.google.com/detail/bootstrap-viewport/hbbkilahnbjmfhmfpckjpamaicggokje |
| Opis | Displays the current Bootstrap Viewport |
| Rozmiar pliku | 15.01 KB |
| Liczba instalacji | 659 |
| Aktualna Wersja | 0.2.1 |
| Ostatnia Aktualizacja | 2023-06-05 |
| Data Publikacji | 2022-11-10 |
| Ocena | 4.67/5 Łącznie 3 Oceny |
| Deweloper | serhat-m |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Bootstrap Viewport",
"version": "0.2.1",
"description": "Displays the current Bootstrap Viewport",
"action": {
"default_title": "Bootstrap Viewport",
"default_popup": ".\/html\/popup.html"
},
"icons": {
"16": ".\/bin\/img\/symbol16.png",
"48": ".\/bin\/img\/symbol48.png",
"128": ".\/bin\/img\/symbol128.png"
},
"background": {
"service_worker": ".\/js\/background.js"
},
"content_scripts": [
{
"css": [
".\/css\/bs-viewport.css"
],
"js": [
".\/js\/bs-viewport.js",
".\/js\/content.js"
],
"matches": [
"*:\/\/*\/*"
],
"type": "module"
}
],
"permissions": [
"storage"
],
"author": "Serhat M."
} | |