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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MaTerialgram
قم بتنزيل ملفات الامتداد MaTerialgram بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة المساعدة | 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" ] } ] } |