Twitter Capture Toolkit

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

Hvad er Twitter Capture Toolkit?

Twitter Capture Toolkit er en Chrome-udvidelse udviklet af markpro, og dens hovedfunktion er "Allows you to share text, images, content, links, page, etc. to your twitter account.".

Udvidelsesskærmbilleder

screenshot

Download Twitter Capture Toolkit-udvidelses-CRX-fil

Download Twitter Capture Toolkit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Twitter Capture Toolkit Twitter Capture Toolkit
ID bimjofdfljlohcechnfngpifcjofpmhi
Officiel URL https://chromewebstore.google.com/detail/twitter-capture-toolkit/bimjofdfljlohcechnfngpifcjofpmhi
Beskrivelse Allows you to share text, images, content, links, page, etc. to your twitter account.
Filstørrelse 34.34 KB
Antal Installationer 57
Nuværende Version 1.0
Senest Opdateret 2018-02-01
Udgivelsesdato 2018-02-01
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler markpro
Betalingsmetode free
Understøttede Sprog 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"
    ]
}