TweetDeckのcolumnをページサイズに合わせる
https://tweetdeck.twitter.com/ において、columnをグリット表示に対応させます。
What is TweetDeckのcolumnをページサイズに合わせる?
TweetDeckのcolumnをページサイズに合わせる is a Chrome extension developed by jp.p0x0q, and its main feature is "https://tweetdeck.twitter.com/ において、columnをグリット表示に対応させます。".
Extension Screenshots
Download TweetDeckのcolumnをページサイズに合わせる Extension CRX File
Download TweetDeckのcolumnをページサイズに合わせる 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
https://tweetdeck.twitter.com/ において、columnをグリット表示に対応させます。
Extension Basic Information
Name | TweetDeckのcolumnをページサイズに合わせる |
ID | kedgeblmejdbipdeggnpeebgbnnegodj |
Official URL | https://chromewebstore.google.com/detail/tweetdeck%E3%81%AEcolumn%E3%82%92%E3%83%9A%E3%83%BC%E3%82%B8%E3%82%B5%E3%82%A4%E3%82%BA%E3%81%AB%E5%90%88/kedgeblmejdbipdeggnpeebgbnnegodj |
Description | https://tweetdeck.twitter.com/ において、columnをグリット表示に対応させます。 |
File Size | 121 KB |
Installation Count | 18 |
Current Version | 1.04 |
Last Updated | 2019-06-29 |
Publish Date | 2019-06-29 |
Developer | jp.p0x0q |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://p0x0q.com/privacy_policy |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TweetDeck\u306ecolumn\u3092\u30da\u30fc\u30b8\u30b5\u30a4\u30ba\u306b\u5408\u308f\u305b\u308b", "version": "1.04", "description": "https:\/\/tweetdeck.twitter.com\/ \u306b\u304a\u3044\u3066\u3001column\u3092\u30b0\u30ea\u30c3\u30c8\u8868\u793a\u306b\u5bfe\u5fdc\u3055\u305b\u307e\u3059\u3002", "browser_action": { "default_icon": { "128": "icon.png" }, "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/tweetdeck.twitter.com\/*" ], "js": [ "\/js\/jquery.min.js", "\/js\/Main.js" ], "css": [ "\/css\/style.css" ] } ] } |