tab-invaders

A game of space invaders to deal with your browser tabs

tab-invaders란 무엇입니까?

tab-invaders은(는) mmakereti에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A game of space invaders to deal with your browser tabs"입니다.

확장 프로그램 스크린샷

screenshot

tab-invaders 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Got so many tabs open that you can't see them anymore? This extension gamifies closing them. Each alien you destroy in a game of space invaders will close an associated tab.                    

확장 프로그램 기본 정보

이름 tab-invaders tab-invaders
ID fhoobliddjjhdkjjjbfjkbbcmcfndadc
공식 URL https://chromewebstore.google.com/detail/tab-invaders/fhoobliddjjhdkjjjbfjkbbcmcfndadc
설명 A game of space invaders to deal with your browser tabs
파일 크기 289 KB
설치 횟수 65
현재 버전 1.1.0
최근 업데이트 2019-05-01
출시 날짜 2019-04-26
평점 5.00/5 총 1 개의 평점
개발자 mmakereti
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/mrkno/tab-invaders
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "5abf8a59f40e30e5015b6d7c8e0c420c.png",
        "48": "66281947e2c9299e7596e31b60aa157a.png",
        "128": "7b0c95e3a016372139c349ebd009be40.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "16": "5abf8a59f40e30e5015b6d7c8e0c420c.png",
            "48": "66281947e2c9299e7596e31b60aa157a.png",
            "128": "7b0c95e3a016372139c349ebd009be40.png"
        },
        "default_title": "Tab Invaders"
    },
    "background": {
        "scripts": [
            "button.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "applications": {
        "gecko": {
            "id": "{902ec4bc-446a-4485-b979-a6a749ff94c8}",
            "strict_min_version": "60.0"
        }
    },
    "name": "tab-invaders",
    "author": "Matthew Knox",
    "version": "1.1.0",
    "description": "A game of space invaders to deal with your browser tabs",
    "homepage_url": "https:\/\/github.com\/mrkno\/tab-invaders"
}