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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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 } |