Bootstrap resize tool
Resize browser window to Bootstrap sizes like col-lg col-md etc..
Bootstrap resize tool là gì?
Bootstrap resize tool là một tiện ích mở rộng Chrome được phát triển bởi uonick, và tính năng chính của nó là "Resize browser window to Bootstrap sizes like col-lg col-md etc..".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bootstrap resize tool
Tải xuống các tệp mở rộng Bootstrap resize tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension allows you to change the browser size according to the size specifications Bootstrap
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bootstrap resize tool |
ID | fnlkljfogjamjaemldpapdokokkifmib |
URL Chính Thức | https://chromewebstore.google.com/detail/bootstrap-resize-tool/fnlkljfogjamjaemldpapdokokkifmib |
Mô tả | Resize browser window to Bootstrap sizes like col-lg col-md etc.. |
Kích Thước Tệp | 45.39 KB |
Số Lần Cài Đặt | 1,497 |
Phiên Bản Hiện Tại | 1.4.1 |
Cập Nhật Lần Cuối | 2014-08-20 |
Ngày Phát Hành | 2014-08-20 |
Đánh Giá | 4.00/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | uonick |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://uonick.ru/bootsizer |
URL Trang Trợ Giúp | http://uonick.ru/bootsizer |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |