MaTerialgram

Experience Telegram with the new Material Design, dark and light, clean and simple

Τι είναι το MaTerialgram;

Το MaTerialgram είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον alvinbhou, και η κύρια λειτουργία του είναι "Experience Telegram with the new Material Design, dark and light, clean and simple".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης MaTerialgram

Λήψη αρχείων επέκτασης MaTerialgram σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This project is inspired by the recently redesign of Android Message Web. Aims to redesign Telgram web while following the new Material design guideline (or so-called Material Design 2). 

You can simply switch between the dark and light theme by clicking the switcher from the extension.

View the source code on https://github.com/CryoliteZ/MaTerialgram                    

Βασικές Πληροφορίες Επέκτασης

Όνομα MaTerialgram MaTerialgram
ID aebgckccbkgbeigkkdglihleeipanoan
Επίσημο URL https://chromewebstore.google.com/detail/materialgram/aebgckccbkgbeigkkdglihleeipanoan
Περιγραφή Experience Telegram with the new Material Design, dark and light, clean and simple
Μέγεθος Αρχείου 1.67 MB
Αριθμός Εγκαταστάσεων 739
Τρέχουσα Έκδοση 1.0.5
Τελευταία Ενημέρωση 2020-08-25
Ημερομηνία Δημοσίευσης 2019-02-28
Αξιολόγηση 4.67/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής alvinbhou
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/CryoliteZ/MaTerialgram
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/CryoliteZ/MaTerialgram
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MaTerialgram",
    "author": "Alvin Hou",
    "description": "Experience Telegram with the new Material Design, dark and light, clean and simple",
    "version": "1.0.5",
    "icons": {
        "16": "icons\/icon-dark-16.png",
        "128": "icons\/icon-dark-128.png"
    },
    "homepage_url": "https:\/\/github.com\/CryoliteZ\/MaTerialgram",
    "browser_action": {
        "default_icon": "icons\/icon-dark.png",
        "default_title": "MaTerialgram",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.telegram.org\/*",
                "http:\/\/web.telegram.org\/*"
            ],
            "css": [
                "material-theme.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}