Bootstrapy
Boostrap style highlighter.
什么是Bootstrapy?
Bootstrapy是由darul75开发的Chrome扩展程序,该扩展的主要功能是“Boostrap style highlighter.”。
扩展截图
下载Bootstrapy扩展crx文件
下载Bootstrapy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Highlight Bootstrap 3 CSS usage on page. If you are designer, this tool will help you improve your understanding of all css rules provided by this awesome frameworks. Why use it, just go on a website to look how they have build their pages and have made reality come true. Then get inspiration to make you own design.
扩展基本信息
名称 | |
ID | kjgakbmoeokpdkpjefebfnhmclfiiofg |
官方URL | https://chrome.google.com/webstore/detail/bootstrapy/kjgakbmoeokpdkpjefebfnhmclfiiofg |
简介 | Boostrap style highlighter. |
文件大小 | 5.44 MB |
安装次数 | 132 |
当前版本 | 0.0.1 |
更新时间 | 2014-04-21 |
上架时间 | 2014-04-21 |
评分 | 4.25/5 共4次评分 |
开发者 | darul75 |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bootstrapy", "short_name": "Strapy", "version": "0.0.1", "manifest_version": 2, "description": "Boostrap style highlighter.", "minimum_chrome_version": "29", "icons": { "128": "favicon.png" }, "browser_action": { "default_icon": "favicon.png", "default_popup": "main.html" }, "content_scripts": [ { "js": [ "bower_components\/jquery\/jquery-1.8.3.min.js", "js\/content_script.js" ], "css": [ "css\/bootstrapy.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |