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
公式URL 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"
    ]
}