Tweet Button

Adds Tweet Button to Toolbar

Co je Tweet Button?

Tweet Button je rozšíření Chrome vyvinuté foooomio, a jeho hlavní funkcí je „Adds Tweet Button to Toolbar“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Tweet Button

Stáhněte si soubory rozšíření Tweet Button ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Chrome Extension that adds Tweet Button to Toolbar

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

Základní Informace o Rozšíření

Název Tweet Button Tweet Button
ID joolebahkfpcoapinfefhalfgjkpablf
Oficiální URL https://chromewebstore.google.com/detail/tweet-button/joolebahkfpcoapinfefhalfgjkpablf
Popis Adds Tweet Button to Toolbar
Velikost souboru 9.26 KB
Počet instalací 165
Aktuální Verze 3.0.0
Poslední Aktualizace 2022-05-08
Datum Vydání 2019-01-02
Hodnocení 3.00/5 Celkem 4 Hodnocení
Vývojář foooomio
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/foooomio/tweet-button-webext
URL Stránky Zásad Ochrany Soukromí https://foooomio.net/extensions/privacy-policy.html
Podporované Jazyky 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"
    }
}