tab-invaders

A game of space invaders to deal with your browser tabs

Cos'è tab-invaders?

tab-invaders è un'estensione di Chrome sviluppata da mmakereti, e la sua funzione principale è "A game of space invaders to deal with your browser tabs".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione tab-invaders

Scarica i file di estensione tab-invaders in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome tab-invaders tab-invaders
ID fhoobliddjjhdkjjjbfjkbbcmcfndadc
URL Ufficiale https://chromewebstore.google.com/detail/tab-invaders/fhoobliddjjhdkjjjbfjkbbcmcfndadc
Descrizione A game of space invaders to deal with your browser tabs
Dimensione del File 289 KB
Conteggio Installazioni 65
Versione Corrente 1.1.0
Ultimo Aggiornamento 2019-05-01
Data di Pubblicazione 2019-04-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore mmakereti
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mrkno/tab-invaders
Lingue Supportate 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"
}