Twitter Capture Toolkit

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

Vad är Twitter Capture Toolkit?

Twitter Capture Toolkit är en Chrome-tillägg utvecklad av markpro, och dess huvudfunktion är "Allows you to share text, images, content, links, page, etc. to your twitter account.".

Tilläggsskärmbilder

screenshot

Ladda ner Twitter Capture Toolkit-förlängningens CRX-fil

Ladda ner Twitter Capture Toolkit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Twitter Capture Toolkit Twitter Capture Toolkit
ID bimjofdfljlohcechnfngpifcjofpmhi
Officiell webbadress https://chromewebstore.google.com/detail/twitter-capture-toolkit/bimjofdfljlohcechnfngpifcjofpmhi
Beskrivning Allows you to share text, images, content, links, page, etc. to your twitter account.
Filstorlek 34.34 KB
Antal Installationer 57
Aktuell Version 1.0
Senast Uppdaterad 2018-02-01
Publiceringsdatum 2018-02-01
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare markpro
Betalningssätt free
Stödda Språk 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"
    ]
}