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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 |
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" ] } ] } |