ClickTweet
Tweet whatever you are viewing (text, images, links etc) with a right-click!
ClickTweet là gì?
ClickTweet là một tiện ích mở rộng Chrome được phát triển bởi https://idamo.github.io, và tính năng chính của nó là "Tweet whatever you are viewing (text, images, links etc) with a right-click!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ClickTweet
Tải xuống các tệp mở rộng ClickTweet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ClickTweet |
ID | iemenfddoiochmlhbdbggjamfpjcclpd |
URL Chính Thức | https://chromewebstore.google.com/detail/clicktweet/iemenfddoiochmlhbdbggjamfpjcclpd |
Mô tả | Tweet whatever you are viewing (text, images, links etc) with a right-click! |
Kích Thước Tệp | 28.95 KB |
Số Lần Cài Đặt | 172 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2015-09-18 |
Ngày Phát Hành | 2015-09-18 |
Đánh Giá | 3.50/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://idamo.github.io |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://idamo.github.io/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |