Get Style
see css attributes instantly by mousing over
Get Styleとは何ですか?
Get Styleはdanyaletteによって開発されたChromeの拡張機能で、その主な機能は「see css attributes instantly by mousing over」です。
Get Style拡張機能のCRXファイルをダウンロード
Get Style拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
view CSS properties on the fly, by mousing over
拡張機能の基本情報
名前 | |
ID | coidiadldgffddljfiafnabogkhadecg |
公式URL | https://chrome.google.com/webstore/detail/get-style/coidiadldgffddljfiafnabogkhadecg |
説明 | see css attributes instantly by mousing over |
ファイルサイズ | 28.73 KB |
インストール数 | 227 |
現在のバージョン | 1.0 |
最終更新日 | 2014-08-29 |
公開日 | 2014-08-29 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | danyalette |
支払い方法 | free |
拡張機能のウェブサイト | http://danyalette.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Get Style", "description": "see css attributes instantly by mousing over", "version": "1.0", "permissions": [ "activeTab" ], "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "64": "icon-64.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |