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
公式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"
    ]
}