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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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 |
Επίσημο 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 } |