Five UI

UI Constraint Checker

What is Five UI?

Five UI is a Chrome extension developed by creswick, and its main feature is "UI Constraint Checker".

Extension Screenshots

screenshot

Download Five UI Extension CRX File

Download Five UI 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

                        FiveUI is an extensible tool for evaluating HTML user interfaces
against sets of codified UI Guidelines.                    

Extension Basic Information

Name Five UI Five UI
ID bbccaefdcbnnkpmekjchefnhhaamgoom
Official URL https://chromewebstore.google.com/detail/five-ui/bbccaefdcbnnkpmekjchefnhhaamgoom
Description UI Constraint Checker
File Size 475 KB
Installation Count 31
Current Version 0.4
Last Updated 2014-02-03
Publish Date 2014-02-03
Developer creswick
Payment Type free
Extension Website http://galoisinc.github.io/FiveUI/
Supported Languages 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'"
}