Bootstrap Viewport
Displays the current Bootstrap Viewport
Wat is Bootstrap Viewport?
Bootstrap Viewport is een Chrome-extensie ontwikkeld door serhat-m, en de belangrijkste functie is "Displays the current Bootstrap Viewport".
Extensie Screenshots
Download het CRX-bestand van de extensie Bootstrap Viewport
Download Bootstrap Viewport-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Determines which Bootstrap viewport is active based on the width. Tested with Bootstrap v5.
Basisinformatie over de Extensie
Naam | Bootstrap Viewport |
ID | hbbkilahnbjmfhmfpckjpamaicggokje |
Officiële URL | https://chromewebstore.google.com/detail/bootstrap-viewport/hbbkilahnbjmfhmfpckjpamaicggokje |
Beschrijving | Displays the current Bootstrap Viewport |
Bestandsgrootte | 15.01 KB |
Aantal Installaties | 659 |
Huidige Versie | 0.2.1 |
Laatst Bijgewerkt | 2023-06-05 |
Publicatiedatum | 2022-11-10 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | serhat-m |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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." } |