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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
        }
    ]
}