Matrix Code Tab

Enter the Matrix right on your screen.

Matrix Code Tabとは何ですか?

Matrix Code Tabはtom.ieによって開発されたChromeの拡張機能で、その主な機能は「Enter the Matrix right on your screen.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Matrix Code Tab拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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
Eメール [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
}