Matrix Code Tab

Enter the Matrix right on your screen.

Was ist Matrix Code Tab?

Matrix Code Tab ist eine Chrome-Erweiterung, die von tom.ie entwickelt wurde, und ihr Hauptmerkmal ist "Enter the Matrix right on your screen.".

Erweiterungsscreenshots

screenshot
screenshot

Matrix Code Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Matrix Code Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Feel the living and breathing Code as you browse the internet. 
Feel like the coolest person ever.. 
Unlike other Matrix related extensions, this one is completely different. 
Most provide images from the best movie of all time.

Here ---- Enter the Matrix ----
Impress your friends and family as you open new tabs.
Or just open a new tab and leave it on as a screensaver while you do other things.
You get used to it. I don't even see the Code. All I see is.. 😎
The Power is yours.                    

Grundlegende Informationen zur Erweiterung

Name Matrix Code Tab Matrix Code Tab
ID ajgicfhemjcekpcicioagpkgelpomkhk
Offizielle URL https://chrome.google.com/webstore/detail/matrix-code-tab/ajgicfhemjcekpcicioagpkgelpomkhk
Beschreibung Enter the Matrix right on your screen.
Dateigröße 38.46 KB
Installationsanzahl 264
Aktuelle Version 1.0
Letztes Update 2020-06-12
Veröffentlichungsdatum 2020-06-12
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler tom.ie
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Matrix Code Tab",
    "description": "Enter the Matrix right on your screen.",
    "version": "1.0",
    "permissions": [
        "tabs"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/matrix_tab16.png",
            "32": "images\/matrix_tab32.png",
            "48": "images\/matrix_tab48.png",
            "128": "images\/matrix_tab128.png"
        }
    },
    "icons": {
        "16": "images\/matrix_tab16.png",
        "32": "images\/matrix_tab32.png",
        "48": "images\/matrix_tab48.png",
        "128": "images\/matrix_tab128.png"
    },
    "manifest_version": 2
}