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ファイルをダウンロード

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

拡張機能の使用方法

                        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"
}