Share on Twitter
Share current tab, links and selected text on Twitter.
Cos'è Share on Twitter?
Share on Twitter è un'estensione di Chrome sviluppata da https://browsernative.com, e la sua funzione principale è "Share current tab, links and selected text on Twitter.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Share on Twitter
Scarica i file di estensione Share on Twitter 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
Use the toolbar button, keyboard shortcut (alt + t) or the context menu (right click menu) options to share current tab, links and selected text on twitter.com. Extension by BrowserNative. Not affiliated with or created by Twitter.
Informazioni di Base sull'Estensione
Nome | Share on Twitter |
ID | gkjgmeeoldebbdoehhngapnlfmdbmiie |
URL Ufficiale | https://chromewebstore.google.com/detail/share-on-twitter/gkjgmeeoldebbdoehhngapnlfmdbmiie |
Descrizione | Share current tab, links and selected text on Twitter. |
Dimensione del File | 13.29 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 2.1.2 |
Ultimo Aggiornamento | 2020-03-15 |
Data di Pubblicazione | 2020-03-13 |
Valutazione | 4.37/5 Totale 116 Valutazioni |
Sviluppatore | https://browsernative.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://browsernative.com/share-on-twitter/ |
URL della Pagina di Aiuto | https://browsernative.com/share-on-twitter/ |
URL della Pagina della Politica sulla Privacy | https://browsernative.com/extensions-privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "static\/128.png", "default_title": "Share on Twitter" }, "description": "Share current tab, links and selected text on Twitter.", "homepage_url": "https:\/\/browsernative.com\/share-on-twitter\/", "icons": { "128": "static\/128.png", "16": "static\/16.png", "32": "static\/32.png", "48": "static\/48.png" }, "manifest_version": 2, "name": "Share on Twitter", "permissions": [ "contextMenus", "activeTab" ], "version": "2.1.2", "options_ui": { "page": "options.html", "open_in_tab": true }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+T" } } } } |