제작자: 18WIN
Inspect and view changes in bootstrap12 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "bootstrap-responsiveHelper",
"description": "Show the Bootstrap grid class currently active (XS, SM, MD, LG, ..)",
"version": "1.3.0",
"homepage_url": "https://github.com/KevinBon/webextension--bootstrap-responsiveHelper",
"developer": {
"name": "Kevin BON",
"url": "https://github.com/KevinBon/webextension--bootstrap-responsiveHelper"
},
"icons": {
"32": "icons/icon.png"
},
"permissions": [
"activeTab",
"tabs",
"storage"
],
"browser_action": {
"default_area": "tabstrip",
"default_icon": "icons/icon-light.png",
"default_title": "Bootstrap - Responsible Helper"
},
"options_ui": {
"page": "options/options.html"
},
"web_accessible_resources": [
"icons/icon-transparent.png"
],
"background": {
"scripts": [
"background/bg.responsiveHelper.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content_scripts/ct.responsiveHelper.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{00355e4c-dd57-423c-a99a-1c5098b72f16}"
}
}
} 최고의 bootstrap12 대안
다음은 bootstrap12과(와) 유사한 Firefox add-on입니다:
Bootstrap - Responsive Helper
Kevin Bon
CSS Grid
Olehjov
Gridly
Naveed SNR
OLI Grid CSS
Kushan Gunasinghe
Baseliner
jpedroribeiro
SeLite Bootstrap
Peter Lyons Kehl
Responsive Grid
thisisjamessmith
template grid
hawkenfox
CSS Grid Visualizer
Brandon Scott
Gridt
gavink
PixelGrid
Sergey Zwezdin
Breakgrid – Responsive Viewport Tester
ByteSide.io