Tweet Button

Adds Tweet Button to Toolbar

Tweet Button là gì?

Tweet Button là một tiện ích mở rộng Chrome được phát triển bởi foooomio, và tính năng chính của nó là "Adds Tweet Button to Toolbar".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tweet Button

Tải xuống các tệp mở rộng Tweet Button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Chrome Extension that adds Tweet Button to Toolbar

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tweet Button Tweet Button
ID joolebahkfpcoapinfefhalfgjkpablf
URL Chính Thức https://chromewebstore.google.com/detail/tweet-button/joolebahkfpcoapinfefhalfgjkpablf
Mô tả Adds Tweet Button to Toolbar
Kích Thước Tệp 9.26 KB
Số Lần Cài Đặt 165
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2022-05-08
Ngày Phát Hành 2019-01-02
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển foooomio
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/foooomio/tweet-button-webext
URL Trang Chính Sách Bảo Mật https://foooomio.net/extensions/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}