Twitter Capture Toolkit
Allows you to share text, images, content, links, page, etc. to your twitter account.
Co je Twitter Capture Toolkit?
Twitter Capture Toolkit je rozšíření Chrome vyvinuté markpro, a jeho hlavní funkcí je „Allows you to share text, images, content, links, page, etc. to your twitter account.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twitter Capture Toolkit
Stáhněte si soubory rozšíření Twitter Capture Toolkit ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Twitter Capture Toolkit |
ID | bimjofdfljlohcechnfngpifcjofpmhi |
Oficiální URL | https://chromewebstore.google.com/detail/twitter-capture-toolkit/bimjofdfljlohcechnfngpifcjofpmhi |
Popis | Allows you to share text, images, content, links, page, etc. to your twitter account. |
Velikost souboru | 34.34 KB |
Počet instalací | 57 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2018-02-01 |
Datum Vydání | 2018-02-01 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | markpro |
Typ Platby | free |
Podporované Jazyky | 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" ] } |