Focus Snail

Leaves a trail from the previously focused element.

Focus Snailとは何ですか?

Focus Snailはhttps://n12v.comによって開発されたChromeの拡張機能で、その主な機能は「Leaves a trail from the previously focused element.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Another UI experiment: https://chrome.google.com/webstore/detail/koojelgeljpacclbmiflpcohjkbklplk                    

拡張機能の基本情報

名前 Focus Snail Focus Snail
ID bplpobmpcnpddpabcpfnddhimhjicgpc
公式URL https://chromewebstore.google.com/detail/focus-snail/bplpobmpcnpddpabcpfnddhimhjicgpc
説明 Leaves a trail from the previously focused element.
ファイルサイズ 8.45 KB
インストール数 59
現在のバージョン 1.0.1
最終更新日 2013-12-09
公開日 2013-12-08
評価 5.00/5 合計 3 レビュー
開発者 https://n12v.com
支払い方法 free
拡張機能のウェブサイト http://n12v.dev/focus-transition-2/
ヘルプページのURL http://github.com/NV/focus-snail
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focus Snail",
    "version": "1.0.1",
    "description": "Leaves a trail from the previously focused element.",
    "content_scripts": [
        {
            "js": [
                "focus-snail.js"
            ],
            "css": [
                "focus-snail.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "author": "Nikita Vasilyev",
    "homepage_url": "http:\/\/n12v.com\/focus-transition-2\/"
}