MaTerialgram
Experience Telegram with the new Material Design, dark and light, clean and simple
O que é MaTerialgram?
MaTerialgram é uma extensão do Chrome desenvolvida por alvinbhou, e sua principal característica é "Experience Telegram with the new Material Design, dark and light, clean and simple".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão MaTerialgram
Baixe arquivos de extensão MaTerialgram no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | MaTerialgram |
ID | aebgckccbkgbeigkkdglihleeipanoan |
URL Oficial | https://chromewebstore.google.com/detail/materialgram/aebgckccbkgbeigkkdglihleeipanoan |
Descrição | Experience Telegram with the new Material Design, dark and light, clean and simple |
Tamanho do Arquivo | 1.67 MB |
Contagem de Instalações | 739 |
Versão Atual | 1.0.5 |
Última Atualização | 2020-08-25 |
Data de Publicação | 2019-02-28 |
Classificação | 4.67/5 Total de 6 Avaliações |
Desenvolvedor | alvinbhou |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/CryoliteZ/MaTerialgram |
URL da Página de Ajuda | https://github.com/CryoliteZ/MaTerialgram |
Idiomas Suportados | 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" ] } ] } |