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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |