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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | ajgicfhemjcekpcicioagpkgelpomkhk |
官方網址 | 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 } |