Cursor Tails - Animations for your mouse

Adding funny effects whenever you move your mouse. This extension make your mouse moving create fun effects.

Cursor Tails - Animations for your mouse란 무엇입니까?

Cursor Tails - Animations for your mouse은(는) jacobkim9881에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adding funny effects whenever you move your mouse. This extension make your mouse moving create fun effects."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Cursor Tails - Animations for your mouse 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension decorates your web browser on the screen with objects trailing from the mouse cursor whichever you move while surfing web. This extension embellish browser screen with strange, fancy, showy and colorful objects following cursor. The objects dynamically response on mouse move.

How to enjoy the extension
1. After you download the extension, click the extension icon on extensions bar on the browser.
2. Choose one of icons in the extension popup. 
3. Test the extension on any website starting with http://... or https://...
3-1. On some pages like chrome://... or chrome extension web store, the extension doesn't work.

You can turn off the extension by clicking STOP extension from a popup page. If you don't want to be bothered for your work on the browser, then turn off the extension for a while. You can turn on again by clicking START extension from a popup page.

This extension is open source so always welcoming contributing.
https://github.com/jacobkim9881/tailing-mouse-footprint                    

확장 프로그램 기본 정보

이름 Cursor Tails - Animations for your mouse Cursor Tails - Animations for your mouse
ID bgmbliffojkhembdalfdgldpeihhpdnm
공식 URL https://chromewebstore.google.com/detail/cursor-tails-animations-f/bgmbliffojkhembdalfdgldpeihhpdnm
설명 Adding funny effects whenever you move your mouse. This extension make your mouse moving create fun effects.
파일 크기 345 KB
설치 횟수 3,000
현재 버전 0.4.2.1
최근 업데이트 2023-03-16
출시 날짜 2020-11-26
평점 2.93/5 총 14 개의 평점
개발자 jacobkim9881
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jacobkim9881/tailing-mouse-footprint
개인정보 보호 정책 페이지 URL https://jacobkim9881.github.io/tailing-mouse-footprint/docs/privacy-policy.html
지원되는 언어 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.4.2.1",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "contextMenus",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "contents.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "64": "images\/icon64.png",
            "128": "images\/icon.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon64.png",
        "128": "images\/icon.png"
    },
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3
}