LASER CAT

IT'S A LASER CAT!

LASER CAT란 무엇입니까?

LASER CAT은(는) ben.purdy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "IT'S A LASER CAT!"입니다.

확장 프로그램 스크린샷

screenshot

LASER CAT 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is probably a laser cat extension so you can shoot laser cat lasers at things.

NEW IN VERSION 22.18:

- Welcome page is no longer opened upon install, latest Chrome updates seem to make this happen more than once (perhaps due to the very very bad decision that Google made in forcing everyone to be logged into Chrome all the time?).

NEW IN VERSION 22.17:

- Bug fix: Audio system shuts down after dismissing the laser cat.

NEW IN VERSION 22.16:

- Bug Fix: no more infinite laser if you drag out of the window.

- Automatically displays a welcome page for new users to try out the laser cat (laser cat does not work on the chrome extensions page).                    

확장 프로그램 기본 정보

이름 LASER CAT LASER CAT
ID fjhpfpjdamhdpcbpmoocjfadgkbohfpm
공식 URL https://chrome.google.com/webstore/detail/laser-cat/fjhpfpjdamhdpcbpmoocjfadgkbohfpm
설명 IT'S A LASER CAT!
파일 크기 411 KB
설치 횟수 60,000
현재 버전 22.18.1
최근 업데이트 2020-06-16
출시 날짜 2020-06-16
평점 4.19/5 총 223 개의 평점
개발자 ben.purdy
결제 유형 free
확장 프로그램 웹 사이트 http://www.benpurdy.com/laser-cat/
도움말 페이지 URL http://www.benpurdy.com/laser-cat/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LASER CAT",
    "short_name": "LASER CAT",
    "description": "IT'S A LASER CAT!",
    "version": "22.18.1",
    "background": {
        "scripts": [
            "js\/launcher.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/icon-128.png",
            "96": "icons\/icon-96.png",
            "64": "icons\/icon-64.png",
            "16": "icons\/icon-16.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/lasercat.js"
            ]
        }
    ],
    "icons": {
        "128": "icons\/icon-128.png",
        "96": "icons\/icon-96.png",
        "64": "icons\/icon-64.png",
        "16": "icons\/icon-16.png"
    },
    "web_accessible_resources": [
        "images\/cat-body.png",
        "images\/cat-head.png",
        "sounds\/laser-loop.mp3",
        "sounds\/laser-start.mp3",
        "sounds\/meow.mp3"
    ],
    "permissions": [
        "activeTab",
        "*:\/\/*\/*"
    ]
}