MaTerialgram
Experience Telegram with the new Material Design, dark and light, clean and simple
Apa itu MaTerialgram?
MaTerialgram adalah ekstensi Chrome yang dikembangkan oleh alvinbhou, dan fitur utamanya adalah "Experience Telegram with the new Material Design, dark and light, clean and simple".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi MaTerialgram
Unduh file ekstensi MaTerialgram dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | MaTerialgram |
ID | aebgckccbkgbeigkkdglihleeipanoan |
URL Resmi | https://chromewebstore.google.com/detail/materialgram/aebgckccbkgbeigkkdglihleeipanoan |
Deskripsi | Experience Telegram with the new Material Design, dark and light, clean and simple |
Ukuran File | 1.67 MB |
Jumlah Instalasi | 739 |
Versi Saat Ini | 1.0.5 |
Terakhir Diperbarui | 2020-08-25 |
Tanggal Publikasi | 2019-02-28 |
Penilaian | 4.67/5 Total 6 Penilaian |
Pengembang | alvinbhou |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/CryoliteZ/MaTerialgram |
URL Halaman Bantuan | https://github.com/CryoliteZ/MaTerialgram |
Bahasa yang Didukung | 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" ] } ] } |