ClickTweet
Tweet whatever you are viewing (text, images, links etc) with a right-click!
Qu'est-ce que ClickTweet ?
ClickTweet est une extension Chrome développée par https://idamo.github.io, et sa fonction principale est "Tweet whatever you are viewing (text, images, links etc) with a right-click!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ClickTweet
Téléchargez les fichiers d'extension ClickTweet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
LiveTweeting your favorite show? No need to pause! Reading a fascinating article? No need to leave the page! ClickTweet is a simple extension which allows Twitter users to simply right-click the content they want to tweet (be it a page, image, link or highlighted text) and tweet directly. Here's the catch: You don't even need to manually open Twitter to post! Simply tweet what you want without having to leave what you are currently working on. Ever wanted to share text, the link to a page, image or hyperlink and had to: * Copy content * Open Twitter * Click the "New Tweet" button * Then post the tweet, before going back to what you were viewing? Sounds like such a hassle, doesn't it? Here's where we come in. ClickTweet's procedure is really simple: * Right-click content to be tweeted * Select ClickTweet * Tweet the content Simple as it ought to be, right? DISCLAIMER: For security reasons, ClickTweet does not ask or store your passwords (so no worries).
Informations de Base sur l'Extension
Nom | ClickTweet |
ID | iemenfddoiochmlhbdbggjamfpjcclpd |
URL Officiel | https://chromewebstore.google.com/detail/clicktweet/iemenfddoiochmlhbdbggjamfpjcclpd |
Description | Tweet whatever you are viewing (text, images, links etc) with a right-click! |
Taille du Fichier | 28.95 KB |
Nombre d'Installations | 172 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2015-09-18 |
Date de Publication | 2015-09-18 |
Évaluation | 3.50/5 Total 6 Évaluations |
Développeur | https://idamo.github.io |
Type de Paiement | free |
Site Web de l'Extension | http://idamo.github.io/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ClickTweet", "description": "Tweet whatever you are viewing (text, images, links etc) with a right-click!", "version": "1.1", "background": { "scripts": [ "background.js" ] }, "icons": { "64": "icon2.png", "32": "icon2.png", "16": "icon2.png", "128": "icon2.png" }, "permissions": [ "contextMenus" ] } |