Tweet Button
Adds Tweet Button to Toolbar
Cos'è Tweet Button?
Tweet Button è un'estensione di Chrome sviluppata da foooomio, e la sua funzione principale è "Adds Tweet Button to Toolbar".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tweet Button
Scarica i file di estensione Tweet Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Chrome Extension that adds Tweet Button to Toolbar This software is released under the MIT License. https://github.com/foooomio/tweet-button-webext
Informazioni di Base sull'Estensione
Nome | Tweet Button |
ID | joolebahkfpcoapinfefhalfgjkpablf |
URL Ufficiale | https://chromewebstore.google.com/detail/tweet-button/joolebahkfpcoapinfefhalfgjkpablf |
Descrizione | Adds Tweet Button to Toolbar |
Dimensione del File | 9.26 KB |
Conteggio Installazioni | 165 |
Versione Corrente | 3.0.0 |
Ultimo Aggiornamento | 2022-05-08 |
Data di Pubblicazione | 2019-01-02 |
Valutazione | 3.00/5 Totale 4 Valutazioni |
Sviluppatore | foooomio |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/foooomio/tweet-button-webext |
URL della Pagina della Politica sulla Privacy | https://foooomio.net/extensions/privacy-policy.html |
Lingue Supportate | 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" } } |