Foot Cursor

Your cursor is now a foot

什麼是Foot Cursor?

Foot Cursor是由http://pablorochat.com開發的Chrome擴展程式,該擴展的主要功能是“Your cursor is now a foot”。

擴展截圖

screenshot

下載Foot Cursor擴展crx文件

下載Foot Cursor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Your cursor is now a foot                    

擴展基本資訊

名稱 Foot Cursor Foot Cursor
ID epcgmgkeenlbhaihbagjplaahcioehke
官方網址 https://chrome.google.com/webstore/detail/foot-cursor/epcgmgkeenlbhaihbagjplaahcioehke
簡介 Your cursor is now a foot
檔案大小 20.1 KB
安裝次數 648
目前版本 3.0
更新時間 2019-12-05
上架時間 2019-12-05
評分 4.64/5 共 14 次評分
開發者 http://pablorochat.com
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Foot Cursor",
    "description": "Your cursor is now a foot",
    "version": "3.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "toeclick.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "click.png",
        "click.2x.png",
        "hover.png",
        "hover.2x.png"
    ]
}