Focus Snail

Leaves a trail from the previously focused element.

Focus Snailคืออะไร?

Focus Snail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://n12v.com และคุณลักษณะหลักของมันคือ "Leaves a trail from the previously focused element."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Focus Snail

ดาวน์โหลดไฟล์ส่วนขยาย 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\/"
}