Twitter Share Button
Share selected text from any website to Twitter
Cos'è Twitter Share Button?
Twitter Share Button è un'estensione di Chrome sviluppata da Владимир Морин, e la sua funzione principale è "Share selected text from any website to Twitter".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter Share Button
Scarica i file di estensione Twitter Share 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
You will be able to share information on the Internet with friends with a single click. Informazioni di Base sull'Estensione
| Nome | |
| ID | hkmmkblpaehhnmljcllnhfaieekjihni |
| URL Ufficiale | https://chrome.google.com/webstore/detail/twitter-share-button/hkmmkblpaehhnmljcllnhfaieekjihni |
| Descrizione | Share selected text from any website to Twitter |
| Dimensione del File | 24.54 KB |
| Conteggio Installazioni | 90 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2015-10-24 |
| Data di Pubblicazione | 2015-10-24 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Владимир Морин |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "background.html"
},
"description": "Share selected text from any website to Twitter",
"icons": {
"16": "16.png",
"128": "128.png"
},
"name": "Twitter Share Button",
"permissions": [
"contextMenus",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"unlimitedStorage"
],
"manifest_version": 2,
"version": "1.0",
"browser_action": {
"default_title": " Twitter Share Button",
"default_icon": "16.png"
}
} | |