MaTerialgram

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

MaTerialgram क्या है?

MaTerialgram alvinbhou द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Experience Telegram with the new Material Design, dark and light, clean and simple"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MaTerialgram एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}