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
官方網址 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\/"
}