Skimmet

Skimmet is an UX tool to evaluate skimmer friendliness of your website.

Skimmetとは何ですか?

Skimmetはhttps://uxgraphy.comによって開発されたChromeの拡張機能で、その主な機能は「Skimmet is an UX tool to evaluate skimmer friendliness of your website.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Skimmet拡張機能のCRXファイルをダウンロード

Skimmet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Skimmet is a browser extension to evaluate skimmer friendliness of your website. It is helpful for people belonging to UI/UX, content writing & data visualization domain. Skimmet adds a toolbar button with 2 filter options.

Skimming is a fast reading technique. While skimming user aim is extract information as soon as possible. During this exercise user intentionally skip a lot of content. In a way, you can say skimmer simply runs a blind eye onto your content. So to draw user attention on most important information designer play around visual weight and visual hierarchy.Skimmet helps you evaluate effectiveness & impact of the same in order to make website skimmer friendly.

Now, lets us know more about skimmet filter’s usefulness :

BLUR - As said earlier user runs blind eye onto your content. A blind eye ignore details. Weight & hierarchy carried by screen elements will win in attracting his attention. Evaluating your screen in blur mode helps you

> Analyse eye catchiness of region/element in the visible screen space.
> Feel strength of your Call To Action button.
> Anticipate eye motion of skimmer.
> Your article may contain multi-level heading. Skimming your article in blur mode gives you good idea on how effective is your visual hierarchy.

GRAYSCALE - Evaluating your screen in blur and gray scale mode gives you ultimate idea of the visual weight. This technique is very helpful in creating effective data visualization as well.  It helps you

> Analyze variation in heaviness and lightness of the colors used.
> Analyze depth of your contrast.
> Evaluate balance & rhythm of visual direction.                    

拡張機能の基本情報

名前 Skimmet Skimmet
ID dffeegodhdokhgllonnnbgglbadcpkfd
公式URL https://chromewebstore.google.com/detail/skimmet/dffeegodhdokhgllonnnbgglbadcpkfd
説明 Skimmet is an UX tool to evaluate skimmer friendliness of your website.
ファイルサイズ 28.17 KB
インストール数 229
現在のバージョン 1.2
最終更新日 2017-07-18
公開日 2017-07-18
評価 5.00/5 合計 3 レビュー
開発者 https://uxgraphy.com
支払い方法 free
拡張機能のウェブサイト http://uxgraphy.com/skimmet/
対応言語 en-US
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Skimmet is an UX tool to evaluate skimmer friendliness of your website.",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlQgnkUirKYgVibPXJKXJN4NJEY\/UewhRn6UoGNlE0SGRN7zBIuIn1lOumH+y\/gduXX7EQRmvzmXY2umfn1BnIOL4mAiZIkT8wYu44VOGY1g9vwOJaPZggbb9uJME68iCpNt2tjBcV5RXziUFX2g2MmnwNASsEOFB2mmdGt7PX0mo8Sk988mHVqFuAacBpq2P3dxIHfq7BnXHsJ59LvqL2rkyx7mhXBNXmUCDxpL0CyK\/uTzubLccIcNl7LDjcTVFG8T2ghLUi5cJ00lTz\/Lz8pFIg\/8XFWet1BCbqXhoKmNs7I9RllSNbr2Rqs+G3SU9OT3pM3ay8tAPcdSC8e6aYwIDAQAB",
    "manifest_version": 2,
    "name": "Skimmet",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}