Twitter Capture Toolkit

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

Что такое Twitter Capture Toolkit?

Twitter Capture Toolkit - это расширение Chrome, разработанное markpro, и его основная функция - "Allows you to share text, images, content, links, page, etc. to your twitter account.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Twitter Capture Toolkit

Скачайте файлы расширений Twitter Capture Toolkit в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    ]
}