Telegrama
Share links in Telegram Web
O que é Telegrama?
Telegrama é uma extensão do Chrome desenvolvida por dobladov, e sua principal característica é "Share links in Telegram Web".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Telegrama
Baixe arquivos de extensão Telegrama 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
Share links in Telegram Web, when you press the button, the URL of your current tab will be shared in Telegram Web with the possibility of selecting a contact. You can also use the keyboard shortcut Ctrl+Shift+B. This extension is completely Open Source and available on Github, https://github.com/dobladov/telegrama This extension never reads your contacts or content on Telegram, instead it only creates URL's to create new "share intents" You can also Buy me a Coffee https://www.buymeacoffee.com/dobladov
Informações Básicas da Extensão
Nome | Telegrama |
ID | lienlbjnhlandehciggilekkfecmigil |
URL Oficial | https://chromewebstore.google.com/detail/telegrama/lienlbjnhlandehciggilekkfecmigil |
Descrição | Share links in Telegram Web |
Tamanho do Arquivo | 8.21 KB |
Contagem de Instalações | 297 |
Versão Atual | 0.2.3 |
Última Atualização | 2018-09-10 |
Data de Publicação | 2018-09-10 |
Classificação | 4.00/5 Total de 6 Avaliações |
Desenvolvedor | dobladov |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/dobladov/Telegrama |
URL da Página de Ajuda | https://github.com/dobladov/Telegrama/issues |
Idiomas Suportados | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "version": "0.2.3", "description": "__MSG_extensionDescription__", "author": "Daniel Doblado", "homepage_url": "https:\/\/github.com\/dobladov\/Telegrama", "browser_action": { "browser_style": true, "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "48": "icons\/icon48.png" }, "default_title": "__MSG_extensionAction__" }, "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "48": "icons\/icon48.png" }, "background": { "scripts": [ "telegrama.js" ] }, "permissions": [ "tabs", "contextMenus" ], "default_locale": "en", "commands": { "share": { "suggested_key": { "default": "Ctrl+Shift+B" }, "description": "__MSG_extensionAction__" } } } |