Twitter Capture Toolkit

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

Qu'est-ce que Twitter Capture Toolkit ?

Twitter Capture Toolkit est une extension Chrome développée par markpro, et sa fonction principale est "Allows you to share text, images, content, links, page, etc. to your twitter account.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitter Capture Toolkit

Téléchargez les fichiers d'extension Twitter Capture Toolkit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Twitter Capture Toolkit Twitter Capture Toolkit
ID bimjofdfljlohcechnfngpifcjofpmhi
URL Officiel https://chromewebstore.google.com/detail/twitter-capture-toolkit/bimjofdfljlohcechnfngpifcjofpmhi
Description Allows you to share text, images, content, links, page, etc. to your twitter account.
Taille du Fichier 34.34 KB
Nombre d'Installations 57
Version Actuelle 1.0
Dernière Mise à Jour 2018-02-01
Date de Publication 2018-02-01
Évaluation 5.00/5 Total 2 Évaluations
Développeur markpro
Type de Paiement free
Langues Prises en Charge 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"
    ]
}