ExTweetButton

ページ内のTweetButtonを使ってツイートします。いちいちボタンを探す必要はありません。

什么是ExTweetButton?

ExTweetButton是由abcang开发的Chrome扩展程序,该扩展的主要功能是“ページ内のTweetButtonを使ってツイートします。いちいちボタンを探す必要はありません。”。

扩展截图

screenshot

下载ExTweetButton扩展crx文件

下载ExTweetButton扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ページ内のTweetButtonを使ってツイートします。
いちいちボタンを探す必要はありません。

公式、amazon、jetpackのTweet Buttonに対応しています。                    

扩展基本信息

名称 ExTweetButton ExTweetButton
ID mpcnndaommbnhccepiefejfgjdbiifke
官方URL https://chromewebstore.google.com/detail/extweetbutton/mpcnndaommbnhccepiefejfgjdbiifke
简介 ページ内のTweetButtonを使ってツイートします。いちいちボタンを探す必要はありません。
文件大小 8.31 KB
安装次数 36
当前版本 2.1.3
更新时间 2024-01-04
上架时间 2020-05-03
评分 1.00/5 共1次评分
开发者 abcang
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/abcang/ex-tweet-button
支持的语言 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\/*"
    ]
}