Twitter Capture Toolkit

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

Was ist Twitter Capture Toolkit?

Twitter Capture Toolkit ist eine Chrome-Erweiterung, die von markpro entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to share text, images, content, links, page, etc. to your twitter account.".

Erweiterungsscreenshots

screenshot

Twitter Capture Toolkit-Erweiterungs-CRX-Datei herunterladen

Laden Sie Twitter Capture Toolkit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Twitter Capture Toolkit Twitter Capture Toolkit
ID bimjofdfljlohcechnfngpifcjofpmhi
Offizielle URL https://chromewebstore.google.com/detail/twitter-capture-toolkit/bimjofdfljlohcechnfngpifcjofpmhi
Beschreibung Allows you to share text, images, content, links, page, etc. to your twitter account.
Dateigröße 34.34 KB
Installationsanzahl 57
Aktuelle Version 1.0
Letztes Update 2018-02-01
Veröffentlichungsdatum 2018-02-01
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler markpro
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}