Tweet Button

Adds Tweet Button to Toolbar

Vad är Tweet Button?

Tweet Button är en Chrome-tillägg utvecklad av foooomio, och dess huvudfunktion är "Adds Tweet Button to Toolbar".

Tilläggsskärmbilder

screenshot

Ladda ner Tweet Button-förlängningens CRX-fil

Ladda ner Tweet Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Chrome Extension that adds Tweet Button to Toolbar

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

Grundläggande Information om Tillägg

Namn Tweet Button Tweet Button
ID joolebahkfpcoapinfefhalfgjkpablf
Officiell webbadress https://chromewebstore.google.com/detail/tweet-button/joolebahkfpcoapinfefhalfgjkpablf
Beskrivning Adds Tweet Button to Toolbar
Filstorlek 9.26 KB
Antal Installationer 165
Aktuell Version 3.0.0
Senast Uppdaterad 2022-05-08
Publiceringsdatum 2019-01-02
Betyg 3.00/5 Totalt 4 Betyg
Utvecklare foooomio
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/foooomio/tweet-button-webext
URL till Sekretesspolicy Sidan https://foooomio.net/extensions/privacy-policy.html
Stödda Språk 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"
    }
}