Five UI
UI Constraint Checker
Five UIとは何ですか?
Five UIはcreswickによって開発されたChromeの拡張機能で、その主な機能は「UI Constraint Checker」です。
拡張機能のスクリーンショット
Five UI拡張機能のCRXファイルをダウンロード
Five UI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
FiveUI is an extensible tool for evaluating HTML user interfaces
against sets of codified UI Guidelines. 拡張機能の基本情報
| 名前 | |
| ID | bbccaefdcbnnkpmekjchefnhhaamgoom |
| 公式URL | https://chromewebstore.google.com/detail/five-ui/bbccaefdcbnnkpmekjchefnhhaamgoom |
| 説明 | UI Constraint Checker |
| ファイルサイズ | 475 KB |
| インストール数 | 31 |
| 現在のバージョン | 0.4 |
| 最終更新日 | 2014-02-03 |
| 公開日 | 2014-02-03 |
| 開発者 | creswick |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://galoisinc.github.io/FiveUI/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Five UI",
"version": "0.4",
"description": "UI Constraint Checker",
"icons": {
"16": "data\/images\/fiveui-icon-16.png",
"48": "data\/images\/fiveui-icon-48.png",
"128": "data\/images\/fiveui-icon-128.png"
},
"background": {
"persistent": true,
"page": "data\/background.html"
},
"options_page": "data\/options.html",
"browser_action": {
"default_icon": "data\/images\/fiveui-icon-disabled.png",
"default_title": "Five UI"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"history"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |