Matrix Code Tab
Enter the Matrix right on your screen.
Matrix Code Tab là gì?
Matrix Code Tab là một tiện ích mở rộng Chrome được phát triển bởi tom.ie, và tính năng chính của nó là "Enter the Matrix right on your screen.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Matrix Code Tab
Tải xuống các tệp mở rộng Matrix Code Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ajgicfhemjcekpcicioagpkgelpomkhk |
URL Chính Thức | https://chrome.google.com/webstore/detail/matrix-code-tab/ajgicfhemjcekpcicioagpkgelpomkhk |
Mô tả | Enter the Matrix right on your screen. |
Kích Thước Tệp | 38.46 KB |
Số Lần Cài Đặt | 264 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-06-12 |
Ngày Phát Hành | 2020-06-12 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | tom.ie |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |