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:\/\/*\/" ] } |