Twitter Capture Toolkit

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

Cos'è Twitter Capture Toolkit?

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

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitter Capture Toolkit

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

                        Tweet Link / Image / Selection tool :
This tool adds a context menu to your chrome web browser to allow you to tweet images, links and selection just by right clicking on them from any website.

More features and tools will be included on user requests, so please use support tab for submitting more suggestions to add more functionalities into this tool.                    

Informazioni di Base sull'Estensione

Nome Twitter Capture Toolkit Twitter Capture Toolkit
ID bimjofdfljlohcechnfngpifcjofpmhi
URL Ufficiale https://chromewebstore.google.com/detail/twitter-capture-toolkit/bimjofdfljlohcechnfngpifcjofpmhi
Descrizione Allows you to share text, images, content, links, page, etc. to your twitter account.
Dimensione del File 34.34 KB
Conteggio Installazioni 57
Versione Corrente 1.0
Ultimo Aggiornamento 2018-02-01
Data di Pubblicazione 2018-02-01
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore markpro
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Capture Toolkit",
    "description": "Allows you to share text, images, content, links, page, etc. to your twitter account.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "icons": {
        "64": "icon.png",
        "32": "icon.png",
        "16": "icon.png",
        "126": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ]
}