Matrix Code Tab
Enter the Matrix right on your screen.
ما هو Matrix Code Tab؟
Matrix Code Tab هو إضافة Chrome تم تطويرها بواسطة tom.ie، والميزة الرئيسية لها هي "Enter the Matrix right on your screen.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Matrix Code Tab
قم بتنزيل ملفات الامتداد Matrix Code Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } |