Matrix Code Tab

Enter the Matrix right on your screen.

Qu'est-ce que Matrix Code Tab ?

Matrix Code Tab est une extension Chrome développée par tom.ie, et sa fonction principale est "Enter the Matrix right on your screen.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Matrix Code Tab

Téléchargez les fichiers d'extension Matrix Code Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Matrix Code Tab Matrix Code Tab
ID ajgicfhemjcekpcicioagpkgelpomkhk
URL Officiel https://chrome.google.com/webstore/detail/matrix-code-tab/ajgicfhemjcekpcicioagpkgelpomkhk
Description Enter the Matrix right on your screen.
Taille du Fichier 38.46 KB
Nombre d'Installations 264
Version Actuelle 1.0
Dernière Mise à Jour 2020-06-12
Date de Publication 2020-06-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur tom.ie
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}