twitthat
Share webpage to twitter easily.
twitthatとは何ですか?
twitthatはhttp://twitthat.comによって開発されたChromeの拡張機能で、その主な機能は「Share webpage to twitter easily.」です。
拡張機能のスクリーンショット
twitthat拡張機能のCRXファイルをダウンロード
twitthat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
you can share current webpage to twitter immediately
拡張機能の基本情報
名前 | |
ID | kokfpkjjfkmedfmeekkjafelkgbjiehm |
公式URL | https://chrome.google.com/webstore/detail/twitthat/kokfpkjjfkmedfmeekkjafelkgbjiehm |
説明 | Share webpage to twitter easily. |
ファイルサイズ | 8.76 KB |
インストール数 | 106 |
現在のバージョン | 1.3.2 |
最終更新日 | 2023-03-08 |
公開日 | 2015-09-09 |
評価 | 4.17/5 合計 6 レビュー |
開発者 | http://twitthat.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://twitthat.com/privacy/ |
ヘルプページのURL | https://twitthat.com/support/ |
プライバシーポリシーページのURL | https://twitthat.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "twitthat", "description": "Share webpage to twitter easily.", "version": "1.3.2", "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/twitthat.com\/", "https:\/\/twitter.com\/", "https:\/\/api.twitter.com\/" ], "action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |