ModernDeck - Twitter Client for Desktop
The most powerful Twitter client for desktop.
Co to jest ModernDeck - Twitter Client for Desktop?
ModernDeck - Twitter Client for Desktop to rozszerzenie Chrome opracowane przez https://moderndeck.org, a jego główną funkcją jest „The most powerful Twitter client for desktop.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ModernDeck - Twitter Client for Desktop
Pobierz pliki rozszerzeń ModernDeck - Twitter Client for Desktop w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pbpfgdgddpnbjcbpofmdanfbbigocklj |
Oficjalny URL | https://chromewebstore.google.com/detail/moderndeck-twitter-client/pbpfgdgddpnbjcbpofmdanfbbigocklj |
Opis | The most powerful Twitter client for desktop. |
Rozmiar pliku | 35.46 MB |
Liczba instalacji | 9,619 |
Aktualna Wersja | 10.0.0.1 |
Ostatnia Aktualizacja | 2023-09-05 |
Data Publikacji | 2020-06-18 |
Ocena | 4.34/5 Łącznie 142 Oceny |
Deweloper | https://moderndeck.org |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://moderndeck.org/ |
Adres URL Strony Pomocy | https://twitter.com/ModernDeck |
Obsługiwane Języki | 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 } |