ExTweetButton
ページ内のTweetButtonを使ってツイートします。いちいちボタンを探す必要はありません。
What is ExTweetButton?
ExTweetButton is a Chrome extension developed by abcang, and its main feature is "ページ内のTweetButtonを使ってツイートします。いちいちボタンを探す必要はありません。".
Extension Screenshots
Download ExTweetButton Extension CRX File
Download ExTweetButton 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
ページ内のTweetButtonを使ってツイートします。 いちいちボタンを探す必要はありません。 公式、amazon、jetpackのTweet Buttonに対応しています。
Extension Basic Information
Name | ExTweetButton |
ID | mpcnndaommbnhccepiefejfgjdbiifke |
Official URL | https://chromewebstore.google.com/detail/extweetbutton/mpcnndaommbnhccepiefejfgjdbiifke |
Description | ページ内のTweetButtonを使ってツイートします。いちいちボタンを探す必要はありません。 |
File Size | 8.31 KB |
Installation Count | 36 |
Current Version | 2.1.3 |
Last Updated | 2024-01-04 |
Publish Date | 2020-05-03 |
Rating | 1.00/5 Total 1 Ratings |
Developer | abcang |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/abcang/ex-tweet-button |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ExTweetButton", "version": "2.1.3", "description": "\u30da\u30fc\u30b8\u5185\u306eTweetButton\u3092\u4f7f\u3063\u3066\u30c4\u30a4\u30fc\u30c8\u3057\u307e\u3059\u3002\u3044\u3061\u3044\u3061\u30dc\u30bf\u30f3\u3092\u63a2\u3059\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093\u3002", "icons": { "16": "icons\/icon_16.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "19": "icons\/icon_19.png", "38": "icons\/icon_38.png" } }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/platform.twitter.com\/*" ] } |