Twitter Capture Toolkit

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

Co to jest Twitter Capture Toolkit?

Twitter Capture Toolkit to rozszerzenie Chrome opracowane przez markpro, a jego główną funkcją jest „Allows you to share text, images, content, links, page, etc. to your twitter account.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Twitter Capture Toolkit

Pobierz pliki rozszerzeń Twitter Capture Toolkit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitter Capture Toolkit Twitter Capture Toolkit
ID bimjofdfljlohcechnfngpifcjofpmhi
Oficjalny URL https://chromewebstore.google.com/detail/twitter-capture-toolkit/bimjofdfljlohcechnfngpifcjofpmhi
Opis Allows you to share text, images, content, links, page, etc. to your twitter account.
Rozmiar pliku 34.34 KB
Liczba instalacji 57
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-02-01
Data Publikacji 2018-02-01
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper markpro
Typ Płatności free
Obsługiwane Języki 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"
    ]
}