Bootstrap Grid Overlay
Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.
Bootstrap Grid Overlayとは何ですか?
Bootstrap Grid Overlayはrule-page-azによって開発されたChromeの拡張機能で、その主な機能は「Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.」です。
拡張機能のスクリーンショット
Bootstrap Grid Overlay拡張機能のCRXファイルをダウンロード
Bootstrap Grid Overlay拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Click the Bootstrap Grid Overlay icon to toggle the overlay on and off. If Bootstrap Grid Overlay finds the Bootstrap grid classes in any of your application's CSS files, a Bootstrap grid will be displayed based on those styles. Features: - Allows user to click through the overlay to target specific elements while using the Chrome Developer Tools - Allows user to enable/disable a fluid container - Allows user to view the current Bootstrap breakpoint - Allows user to set the opacity of the Bootstrap grid overlay
拡張機能の基本情報
名前 | Bootstrap Grid Overlay |
ID | mnlklmelflkheijccafopdohgclfefcg |
公式URL | https://chromewebstore.google.com/detail/bootstrap-grid-overlay/mnlklmelflkheijccafopdohgclfefcg |
説明 | Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks. |
ファイルサイズ | 39.64 KB |
インストール数 | 26,085 |
現在のバージョン | 0.1.11 |
最終更新日 | 2023-09-05 |
公開日 | 2020-06-30 |
評価 | 4.13/5 合計 45 レビュー |
開発者 | rule-page-az |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://sites.google.com/view/manage-request/home |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bootstrap Grid Overlay", "version": "0.1.11", "manifest_version": 2, "description": "Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.", "homepage_url": "https:\/\/github.com\/1forh\/bs-grid-chrome-extension", "browser_action": { "default_icon": "src\/media\/icon-48.png" }, "background": { "scripts": [ "src\/background.js" ] }, "permissions": [ "activeTab", "storage" ] } |