Tweet Button

Adds Tweet Button to Toolbar

What is Tweet Button?

Tweet Button is a Chrome extension developed by foooomio, and its main feature is "Adds Tweet Button to Toolbar".

Extension Screenshots

screenshot

Download Tweet Button Extension CRX File

Download Tweet Button 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

                        Chrome Extension that adds Tweet Button to Toolbar

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

Extension Basic Information

Name Tweet Button Tweet Button
ID joolebahkfpcoapinfefhalfgjkpablf
Official URL https://chromewebstore.google.com/detail/tweet-button/joolebahkfpcoapinfefhalfgjkpablf
Description Adds Tweet Button to Toolbar
File Size 9.26 KB
Installation Count 165
Current Version 3.0.0
Last Updated 2022-05-08
Publish Date 2019-01-02
Rating 3.00/5 Total 4 Ratings
Developer foooomio
Email [email protected]
Payment Type free
Extension Website https://github.com/foooomio/tweet-button-webext
Privacy Policy Page URL https://foooomio.net/extensions/privacy-policy.html
Supported Languages 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"
    }
}