Bootstrap Grid for any Website
Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.
什么是Bootstrap Grid for any Website?
Bootstrap Grid for any Website是由Tam Nguyen开发的Chrome扩展程序,该扩展的主要功能是“Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.”。
扩展截图
下载Bootstrap Grid for any Website扩展crx文件
下载Bootstrap Grid for any Website扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Boostrap Grid will display 12 vitual bootstrap columns and padding (grid) in your display. Click the Bootstrap Grid icon to toggle the overlay on and off. The grid will be **displayed in any website**. If you change change size responsive. please push on/off button to make grid correct. Ver1.1.0 Now extension can apply responsive as well. Ver1.1.1 fix minor bug
扩展基本信息
名称 | Bootstrap Grid for any Website |
ID | ngjnlpkfccnglmlobafmobgjoiiliden |
官方URL | https://chromewebstore.google.com/detail/bootstrap-grid-for-any-we/ngjnlpkfccnglmlobafmobgjoiiliden |
简介 | Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success. |
文件大小 | 42.21 KB |
安装次数 | 3,423 |
当前版本 | 1.1.1 |
更新时间 | 2019-01-18 |
上架时间 | 2019-01-17 |
评分 | 4.67/5 共6次评分 |
开发者 | Tam Nguyen |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bootstrap Grid for any Website", "short_name": "Bootstrap Grid", "version": "1.1.1", "manifest_version": 2, "description": "Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.", "browser_action": { "default_icon": "src\/icon48.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "src\/content", "src\/content_temp", "libs\/jquery.js" ] } |