Matrix Code Tab

Enter the Matrix right on your screen.

Matrix Code Tab क्या है?

Matrix Code Tab tom.ie द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enter the Matrix right on your screen."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Matrix Code Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Matrix Code Tab Matrix Code Tab
ID ajgicfhemjcekpcicioagpkgelpomkhk
आधिकारिक URL https://chrome.google.com/webstore/detail/matrix-code-tab/ajgicfhemjcekpcicioagpkgelpomkhk
विवरण Enter the Matrix right on your screen.
फ़ाइल का आकार 38.46 KB
स्थापना संख्या 264
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-06-12
प्रकाशन तिथि 2020-06-12
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर tom.ie
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}