Five UI
UI Constraint Checker
Co to jest Five UI?
Five UI to rozszerzenie Chrome opracowane przez creswick, a jego główną funkcją jest „UI Constraint Checker”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Five UI
Pobierz pliki rozszerzeń Five UI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
FiveUI is an extensible tool for evaluating HTML user interfaces against sets of codified UI Guidelines.
Podstawowe informacje o rozszerzeniu
Nazwa | Five UI |
ID | bbccaefdcbnnkpmekjchefnhhaamgoom |
Oficjalny URL | https://chromewebstore.google.com/detail/five-ui/bbccaefdcbnnkpmekjchefnhhaamgoom |
Opis | UI Constraint Checker |
Rozmiar pliku | 475 KB |
Liczba instalacji | 31 |
Aktualna Wersja | 0.4 |
Ostatnia Aktualizacja | 2014-02-03 |
Data Publikacji | 2014-02-03 |
Deweloper | creswick |
Typ Płatności | free |
Strona Rozszerzenia | http://galoisinc.github.io/FiveUI/ |
Obsługiwane Języki | 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'" } |