ClickTweet
Tweet whatever you are viewing (text, images, links etc) with a right-click!
Что такое ClickTweet?
ClickTweet - это расширение Chrome, разработанное https://idamo.github.io, и его основная функция - "Tweet whatever you are viewing (text, images, links etc) with a right-click!".
Снимки экрана расширения
Скачать файл CRX расширения ClickTweet
Скачайте файлы расширений ClickTweet в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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).
Основная информация о расширении
Название | ClickTweet |
ID | iemenfddoiochmlhbdbggjamfpjcclpd |
Официальный URL | https://chromewebstore.google.com/detail/clicktweet/iemenfddoiochmlhbdbggjamfpjcclpd |
Описание | Tweet whatever you are viewing (text, images, links etc) with a right-click! |
Размер файла | 28.95 KB |
Количество установок | 172 |
Текущая Версия | 1.1 |
Последнее Обновление | 2015-09-18 |
Дата публикации | 2015-09-18 |
Рейтинг | 3.50/5 Всего 6 оценок |
Разработчик | https://idamo.github.io |
Тип оплаты | free |
Официальный сайт расширения | http://idamo.github.io/ |
Поддерживаемые языки | 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" ] } |