Just Tweet Button
Just tweet browsing site, without any other features
Cos'è Just Tweet Button?
Just Tweet Button è un'estensione di Chrome sviluppata da KaoriYa, e la sua funzione principale è "Just tweet browsing site, without any other features".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Just Tweet Button
Scarica i file di estensione Just 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
Very very very simple tweet button. Just tweet current site title and URL. No other features like the count. You cat get whole source codes from here: https://github.com/koron/JustTweet Changes in 1.1: * Add "tabs" permission to work with new version of Chrome. * Change prefix for page title as "»". (it will be configurable in future version)
Informazioni di Base sull'Estensione
Nome | Just Tweet Button |
ID | feikojefkpembojkeegfajbbfecocddd |
URL Ufficiale | https://chromewebstore.google.com/detail/just-tweet-button/feikojefkpembojkeegfajbbfecocddd |
Descrizione | Just tweet browsing site, without any other features |
Dimensione del File | 10.92 KB |
Conteggio Installazioni | 7,645 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2017-06-10 |
Data di Pubblicazione | 2017-06-09 |
Valutazione | 4.40/5 Totale 42 Valutazioni |
Sviluppatore | KaoriYa |
Tipo di Pagamento | free |
Lingue Supportate | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.1", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_16.png", "default_title": "__MSG_buttonTip__" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |