Cursorify

Modify your cursors appearance in browser

Cursorifyとは何ですか?

Cursorifyはrefractiontechによって開発されたChromeの拡張機能で、その主な機能は「Modify your cursors appearance in browser」です。

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

screenshot

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

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

拡張機能の使用方法

                        The extensions allows you to change the default cursor suggesting you a huge amount of cursors with different coloring and structure.                    

拡張機能の基本情報

名前 Cursorify Cursorify
ID edgfeonoalmppnpdjiedepmhknmfaipf
公式URL https://chromewebstore.google.com/detail/cursorify/edgfeonoalmppnpdjiedepmhknmfaipf
説明 Modify your cursors appearance in browser
ファイルサイズ 3.9 MB
インストール数 21
現在のバージョン 1.1.0
最終更新日 2020-03-04
公開日 2020-03-03
評価 5.00/5 合計 2 レビュー
開発者 refractiontech
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cursorify",
    "short_name": "Cursorify",
    "version": "1.1.0",
    "description": "Modify your cursors appearance in browser",
    "author": "Refraction.Tech",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "media\/logo16.png",
            "32": "media\/logo32.png",
            "48": "media\/logo48.png",
            "128": "media\/logo128.png"
        }
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true
        }
    ]
}