Click n' Tweet

Tweet in one click within Chrome

Click n' Tweetとは何ですか?

Click n' TweetはDenis Ciccaleによって開発されたChromeの拡張機能で、その主な機能は「Tweet in one click within Chrome」です。

拡張機能のスクリーンショット

screenshot

Click n' Tweet拡張機能のCRXファイルをダウンロード

Click n' Tweet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Really simple and fast way of tweeting within Chrome.

- Tweet anything you want.
- Tweet to share the current page (default).

Features:
- The tweet window will automatically close after tweeting.
- No need to add permissions to twitter.                    

拡張機能の基本情報

名前 Click n' Tweet Click n' Tweet
ID gdepkkciedfadghaigjanfkcdedenpbh
公式URL https://chromewebstore.google.com/detail/click-n-tweet/gdepkkciedfadghaigjanfkcdedenpbh
説明 Tweet in one click within Chrome
ファイルサイズ 305 KB
インストール数 301
現在のバージョン 1.4.7
最終更新日 2013-08-25
公開日 2013-08-25
評価 4.85/5 合計 13 レビュー
開発者 Denis Ciccale
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Click n' Tweet",
    "description": "Tweet in one click within Chrome",
    "version": "1.4.7",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "Tweet!"
    },
    "background": {
        "scripts": [
            "clickntweet.js"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}