twitthat
Share webpage to twitter easily.
Cos'è twitthat?
twitthat è un'estensione di Chrome sviluppata da http://twitthat.com, e la sua funzione principale è "Share webpage to twitter easily.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione twitthat
Scarica i file di estensione twitthat 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
you can share current webpage to twitter immediately
Informazioni di Base sull'Estensione
Nome | |
ID | kokfpkjjfkmedfmeekkjafelkgbjiehm |
URL Ufficiale | https://chrome.google.com/webstore/detail/twitthat/kokfpkjjfkmedfmeekkjafelkgbjiehm |
Descrizione | Share webpage to twitter easily. |
Dimensione del File | 8.76 KB |
Conteggio Installazioni | 106 |
Versione Corrente | 1.3.2 |
Ultimo Aggiornamento | 2023-03-08 |
Data di Pubblicazione | 2015-09-09 |
Valutazione | 4.17/5 Totale 6 Valutazioni |
Sviluppatore | http://twitthat.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://twitthat.com/privacy/ |
URL della Pagina di Aiuto | https://twitthat.com/support/ |
URL della Pagina della Politica sulla Privacy | https://twitthat.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "twitthat", "description": "Share webpage to twitter easily.", "version": "1.3.2", "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/twitthat.com\/", "https:\/\/twitter.com\/", "https:\/\/api.twitter.com\/" ], "action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |