TweetDeck column width optimizer
TweetDeckのカラム幅を、ウィンドウの幅に応じて良い感じに調節します。
What is TweetDeck column width optimizer?
TweetDeck column width optimizer is a Chrome extension developed by 6ppng, and its main feature is "TweetDeckのカラム幅を、ウィンドウの幅に応じて良い感じに調節します。".
Extension Screenshots
Download TweetDeck column width optimizer Extension CRX File
Download TweetDeck column width optimizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
ウィンドウ幅の変化に追従し、カラム幅を動的に調整します。 一定の幅を下限とし、見切れるカラムが存在せず、より多くのカラムが画面に表示できるようにカラム幅を調節します。
Extension Basic Information
Name | TweetDeck column width optimizer |
ID | egacjibompjfaadmgeejmdgggpamijia |
Official URL | https://chromewebstore.google.com/detail/tweetdeck-column-width-op/egacjibompjfaadmgeejmdgggpamijia |
Description | TweetDeckのカラム幅を、ウィンドウの幅に応じて良い感じに調節します。 |
File Size | 9.06 KB |
Installation Count | 39 |
Current Version | 1.0.0 |
Last Updated | 2023-04-14 |
Publish Date | 2023-04-14 |
Developer | 6ppng |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "ja", "version": "1.0.0", "content_scripts": [ { "matches": [ "https:\/\/tweetdeck.twitter.com\/*" ], "js": [ "scripts\/src.js" ] } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |