Bootstrap resize tool
Resize browser window to Bootstrap sizes like col-lg col-md etc..
什么是Bootstrap resize tool?
Bootstrap resize tool是由uonick开发的Chrome扩展程序,该扩展的主要功能是“Resize browser window to Bootstrap sizes like col-lg col-md etc..”。
扩展截图
下载Bootstrap resize tool扩展crx文件
下载Bootstrap resize tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to change the browser size according to the size specifications Bootstrap 扩展基本信息
| 名称 | |
| ID | fnlkljfogjamjaemldpapdokokkifmib |
| 官方URL | https://chromewebstore.google.com/detail/bootstrap-resize-tool/fnlkljfogjamjaemldpapdokokkifmib |
| 简介 | Resize browser window to Bootstrap sizes like col-lg col-md etc.. |
| 文件大小 | 45.39 KB |
| 安装次数 | 1,497 |
| 当前版本 | 1.4.1 |
| 更新时间 | 2014-08-20 |
| 上架时间 | 2014-08-20 |
| 评分 | 4.00/5 共11次评分 |
| 开发者 | uonick |
| 付费类型 | free |
| 扩展官网 | http://uonick.ru/bootsizer |
| 帮助页面URL | http://uonick.ru/bootsizer |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bootstrap resize tool",
"short_name": "BootSizer",
"description": "Resize browser window to Bootstrap sizes like col-lg col-md etc..",
"version": "1.4.1",
"author": "uonick",
"homepage_url": "http:\/\/uonick.ru\/bootsizer",
"background": {
"scripts": [
"js\/popup.js"
]
},
"icons": {
"16": "img\/16x16.png",
"32": "img\/32x32.png",
"64": "img\/64x64.png",
"96": "img\/96x96.png",
"128": "img\/128x128.png"
},
"browser_action": {
"default_icon": "img\/16x16.png",
"default_title": "Resize window",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
]
} | |