Twitter Share

Allows you to share text,images,content,links,pages,etc. to your twitter account

Cos'è Twitter Share?

Twitter Share è un'estensione di Chrome sviluppata da owaiskazi19, e la sua funzione principale è "Allows you to share text,images,content,links,pages,etc. to your twitter account".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Twitter Share

Scarica i file di estensione Twitter Share 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

                        Now no need to open every time your twitter account,log in and then tweet anything. You can directly share any selected text,image,link or any page directly to your twitter profile with this extension.                    

Informazioni di Base sull'Estensione

Nome Twitter Share Twitter Share
ID oocnenjpcdbjlnhcjfnbjkjlfcdlnlfn
URL Ufficiale https://chromewebstore.google.com/detail/twitter-share/oocnenjpcdbjlnhcjfnbjkjlfcdlnlfn
Descrizione Allows you to share text,images,content,links,pages,etc. to your twitter account
Dimensione del File 12.12 KB
Conteggio Installazioni 204
Versione Corrente 1.0
Ultimo Aggiornamento 2016-02-14
Data di Pubblicazione 2016-02-14
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore owaiskazi19
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Share",
    "description": "Allows you to share text,images,content,links,pages,etc. to your twitter account",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "icons": {
        "64": "icon.png",
        "32": "icon.png",
        "16": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ]
}