ClickTweet

Tweet whatever you are viewing (text, images, links etc) with a right-click!

什麼是ClickTweet?

ClickTweet是由https://idamo.github.io開發的Chrome擴展程式,該擴展的主要功能是“Tweet whatever you are viewing (text, images, links etc) with a right-click!”。

擴展截圖

screenshot
screenshot
screenshot

下載ClickTweet擴展crx文件

下載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 ClickTweet
ID iemenfddoiochmlhbdbggjamfpjcclpd
官方網址 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"
    ]
}