Follow Cursor

Adds custom mouse pointer that rotate in he way that you steer it

Follow Cursorとは何ですか?

Follow Cursorはthelidcerによって開発されたChromeの拡張機能で、その主な機能は「Adds custom mouse pointer that rotate in he way that you steer it」です。

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

screenshot

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

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

拡張機能の使用方法

                        Adds custom mouse pointer that rotates in the way you steer it                    

拡張機能の基本情報

名前 Follow Cursor Follow Cursor
ID dphiobephcfbbeeimmefecgjeaimkdhk
公式URL https://chrome.google.com/webstore/detail/follow-cursor/dphiobephcfbbeeimmefecgjeaimkdhk
説明 Adds custom mouse pointer that rotate in he way that you steer it
ファイルサイズ 41.58 KB
インストール数 43
現在のバージョン 1.0.1
最終更新日 2020-10-05
公開日 2020-10-05
評価 2.33/5 合計 3 レビュー
開発者 thelidcer
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Follow Cursor",
    "icons": {
        "48": "assets\/images\/icon_48.png",
        "128": "assets\/images\/icon_128.png"
    },
    "web_accessible_resources": [
        "assets\/css\/bootstrap.css",
        "assets\/css\/cursor.css",
        "assets\/css\/popup.css",
        "assets\/images\/icon_128.png",
        "assets\/images\/icon_48.png",
        "assets\/images\/normal.svg"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "assets\/scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/images\/icon_48.png",
        "default_popup": "assets\/html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/scripts\/content.js"
            ],
            "css": [
                "assets\/css\/cursor.css"
            ],
            "run_at": "document_end"
        }
    ],
    "version": "1.0.1",
    "description": "Adds custom mouse pointer that rotate in he way that you steer it"
}