Bootstrap Viewport
Displays the current Bootstrap Viewport
Bootstrap Viewportとは何ですか?
Bootstrap Viewportはserhat-mによって開発されたChromeの拡張機能で、その主な機能は「Displays the current Bootstrap Viewport」です。
拡張機能のスクリーンショット
Bootstrap Viewport拡張機能のCRXファイルをダウンロード
Bootstrap Viewport拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Determines which Bootstrap viewport is active based on the width. Tested with Bootstrap v5. 拡張機能の基本情報
| 名前 | |
| ID | hbbkilahnbjmfhmfpckjpamaicggokje |
| 公式URL | https://chromewebstore.google.com/detail/bootstrap-viewport/hbbkilahnbjmfhmfpckjpamaicggokje |
| 説明 | Displays the current Bootstrap Viewport |
| ファイルサイズ | 15.01 KB |
| インストール数 | 659 |
| 現在のバージョン | 0.2.1 |
| 最終更新日 | 2023-06-05 |
| 公開日 | 2022-11-10 |
| 評価 | 4.67/5 合計 3 レビュー |
| 開発者 | serhat-m |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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."
} | |