Tweet Button

Adds Tweet Button to Toolbar

什么是Tweet Button?

Tweet Button是由foooomio开发的Chrome扩展程序,该扩展的主要功能是“Adds Tweet Button to Toolbar”。

扩展截图

screenshot

下载Tweet Button扩展crx文件

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

扩展使用说明

                        Chrome Extension that adds Tweet Button to Toolbar

This software is released under the MIT License.
https://github.com/foooomio/tweet-button-webext                    

扩展基本信息

名称 Tweet Button Tweet Button
ID joolebahkfpcoapinfefhalfgjkpablf
官方URL https://chromewebstore.google.com/detail/tweet-button/joolebahkfpcoapinfefhalfgjkpablf
简介 Adds Tweet Button to Toolbar
文件大小 9.26 KB
安装次数 165
当前版本 3.0.0
更新时间 2022-05-08
上架时间 2019-01-02
评分 3.00/5 共4次评分
开发者 foooomio
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/foooomio/tweet-button-webext
隐私政策页面URL https://foooomio.net/extensions/privacy-policy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tweet Button",
    "description": "Adds Tweet Button to Toolbar",
    "version": "3.0.0",
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    }
}