ModernDeck - Twitter Client for Desktop
The most powerful Twitter client for desktop.
什麼是ModernDeck - Twitter Client for Desktop?
ModernDeck - Twitter Client for Desktop是由https://moderndeck.org開發的Chrome擴展程式,該擴展的主要功能是“The most powerful Twitter client for desktop.”。
擴展截圖
下載ModernDeck - Twitter Client for Desktop擴展crx文件
下載ModernDeck - Twitter Client for Desktop擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | pbpfgdgddpnbjcbpofmdanfbbigocklj |
官方網址 | https://chromewebstore.google.com/detail/moderndeck-twitter-client/pbpfgdgddpnbjcbpofmdanfbbigocklj |
簡介 | The most powerful Twitter client for desktop. |
檔案大小 | 35.46 MB |
安裝次數 | 9,619 |
目前版本 | 10.0.0.1 |
更新時間 | 2023-09-05 |
上架時間 | 2020-06-18 |
評分 | 4.34/5 共 142 次評分 |
開發者 | https://moderndeck.org |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://moderndeck.org/ |
說明頁面URL | https://twitter.com/ModernDeck |
支援的語言 | 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 } |