Twitter Capture Toolkit

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

Twitter Capture Toolkit क्या है?

Twitter Capture Toolkit markpro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to share text, images, content, links, page, etc. to your twitter account."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Twitter Capture Toolkit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Twitter Capture Toolkit Twitter Capture Toolkit
ID bimjofdfljlohcechnfngpifcjofpmhi
आधिकारिक URL https://chromewebstore.google.com/detail/twitter-capture-toolkit/bimjofdfljlohcechnfngpifcjofpmhi
विवरण Allows you to share text, images, content, links, page, etc. to your twitter account.
फ़ाइल का आकार 34.34 KB
स्थापना संख्या 57
वर्तमान संस्करण 1.0
अंतिम अपडेट 2018-02-01
प्रकाशन तिथि 2018-02-01
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर markpro
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}