Twitter Capture Toolkit
Allows you to share text, images, content, links, page, etc. to your twitter account.
Wat is Twitter Capture Toolkit?
Twitter Capture Toolkit is een Chrome-extensie ontwikkeld door markpro, en de belangrijkste functie is "Allows you to share text, images, content, links, page, etc. to your twitter account.".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitter Capture Toolkit
Download Twitter Capture Toolkit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Twitter Capture Toolkit |
ID | bimjofdfljlohcechnfngpifcjofpmhi |
Officiële URL | https://chromewebstore.google.com/detail/twitter-capture-toolkit/bimjofdfljlohcechnfngpifcjofpmhi |
Beschrijving | Allows you to share text, images, content, links, page, etc. to your twitter account. |
Bestandsgrootte | 34.34 KB |
Aantal Installaties | 57 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-02-01 |
Publicatiedatum | 2018-02-01 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | markpro |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |