ModernDeck - Twitter Client for Desktop
The most powerful Twitter client for desktop.
O que é ModernDeck - Twitter Client for Desktop?
ModernDeck - Twitter Client for Desktop é uma extensão do Chrome desenvolvida por https://moderndeck.org, e sua principal característica é "The most powerful Twitter client for desktop.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ModernDeck - Twitter Client for Desktop
Baixe arquivos de extensão ModernDeck - Twitter Client for Desktop 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
ModernDeck is a TweetDeck-based Twitter client with a beautiful, Material Design-inspired interface. It combines the power of TweetDeck with the ease-of-use you expect from a Twitter client. You can customize how ModernDeck looks and acts to make it your own, including: -Size of columns and text -Fonts -Themes, including alternate color schemes -Size and shape of profile pictures And much more ModernDeck is available in several languages, and is also available for other platforms at https://moderndeck.org/download
Informações Básicas da Extensão
Nome | |
ID | pbpfgdgddpnbjcbpofmdanfbbigocklj |
URL Oficial | https://chromewebstore.google.com/detail/moderndeck-twitter-client/pbpfgdgddpnbjcbpofmdanfbbigocklj |
Descrição | The most powerful Twitter client for desktop. |
Tamanho do Arquivo | 35.46 MB |
Contagem de Instalações | 9,619 |
Versão Atual | 10.0.0.1 |
Última Atualização | 2023-09-05 |
Data de Publicação | 2020-06-18 |
Classificação | 4.34/5 Total de 142 Avaliações |
Desenvolvedor | https://moderndeck.org |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://moderndeck.org/ |
URL da Página de Ajuda | https://twitter.com/ModernDeck |
Idiomas Suportados | de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,hr,it,hu,pl,pt-BR,ro,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "ModernDeck", "description": "__MSG_description__", "author": "dangered wolf", "version": "10.0.0.1", "default_locale": "en", "permissions": [ "declarativeNetRequest" ], "host_permissions": [ "https:\/\/tweetdeck.twitter.com\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "moderndeck_dnr", "enabled": true, "path": "extension\/dnr_rules.json" } ] }, "content_scripts": [ { "matches": [ "https:\/\/tweetdeck.twitter.com\/*" ], "js": [ "extension\/content.js" ], "run_at": "document_end" } ], "icons": { "16": "ModernDeck16.png", "24": "ModernDeck24.png", "32": "ModernDeck32.png", "48": "ModernDeck48.png", "64": "ModernDeck64.png", "128": "ModernDeck128.png", "150": "ModernDeck150.png" }, "web_accessible_resources": [ { "resources": [ "assets", "assets\/*", "assets\/css\/*", "assets\/js\/*", "assets\/fonts\/*", "assets\/libraries\/*", "assets\/img\/*" ], "matches": [ "https:\/\/tweetdeck.twitter.com\/*" ] } ], "action": { "default_icon": "ModernDeck64.png", "default_popup": "extension\/popover.html", "default_title": "__MSG_launch__" }, "browser_specific_settings": { "gecko": { "id": "{d161e212-26d7-4a57-8fb8-3eb69c5b1a0b}", "strict_min_version": "109.0" } }, "manifest_version": 3 } |