Bootstrapy
Boostrap style highlighter.
What is Bootstrapy?
Bootstrapy is a Chrome extension developed by darul75, and its main feature is "Boostrap style highlighter.".
Extension Screenshots
Download Bootstrapy Extension CRX File
Download Bootstrapy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | kjgakbmoeokpdkpjefebfnhmclfiiofg |
Official URL | https://chrome.google.com/webstore/detail/bootstrapy/kjgakbmoeokpdkpjefebfnhmclfiiofg |
Description | Boostrap style highlighter. |
File Size | 5.44 MB |
Installation Count | 132 |
Current Version | 0.0.1 |
Last Updated | 2014-04-21 |
Publish Date | 2014-04-21 |
Rating | 4.25/5 Total 4 Ratings |
Developer | darul75 |
Payment Type | free |
Supported Languages | 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:\/\/*\/" ] } |