Fishtail

Fishtail is a browser extension that adds a tail to your cursor.

Fishtailとは何ですか?

Fishtailはnimeshnayajuによって開発されたChromeの拡張機能で、その主な機能は「Fishtail is a browser extension that adds a tail to your cursor.」です。

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

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

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

拡張機能の使用方法

                        Direct attention towards certain webpage elements while sharing your screen with your co-workers or capturing screen recordings. Fishtail also lets user customize the stroke colour. 

Hold the 'Option' key on Mac or 'Left Alt' key on Windows to use the extension. Cheers!                    

拡張機能の基本情報

名前 Fishtail Fishtail
ID amakigfkijfllhcekpkcknefggimkgbm
公式URL https://chromewebstore.google.com/detail/fishtail/amakigfkijfllhcekpkcknefggimkgbm
説明 Fishtail is a browser extension that adds a tail to your cursor.
ファイルサイズ 139 KB
インストール数 28
現在のバージョン 0.0.2
最終更新日 2022-12-13
公開日 2022-12-11
開発者 nimeshnayaju
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/nimeshnayaju/fishtail
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fishtail",
    "description": "Fishtail is a browser extension that adds a tail to your cursor.",
    "version": "0.0.2",
    "action": {
        "default_popup": "index.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "assets\/main.tsx-loader.f612e27e.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "assets\/main.bb1a2f2e.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png",
        "128": "icons\/favicon-128x128.png",
        "192": "icons\/favicon-192x192.png",
        "512": "icons\/favicon-512x512.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/jsx-runtime.f05f337e.js",
                "assets\/main.tsx.ed6f4f5c.js"
            ],
            "use_dynamic_url": true
        }
    ]
}