Tweeter
Tweet directly from your browser bar
Tweeterとは何ですか?
Tweeterはhttps://wegnerdesign.comによって開発されたChromeの拡張機能で、その主な機能は「Tweet directly from your browser bar」です。
拡張機能のスクリーンショット
Tweeter拡張機能のCRXファイルをダウンロード
Tweeter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        No funny business tweet button.  All it does is puts a twitter icon on your toolbar, and automates twitter web intents when you hit tweet.  I don't track you.  I don't automatically enter text for you.  I don't make you follow me.
Just tweet stuff.
If you've got bugs, please leave a review with some details of what's going wrong.
If you've got feature requests, please go find another twitter extension and post them there.  When I say "No funny business", I mean it.  This app lets you send tweets.  That's it.  Nothing more.  Move along.                     拡張機能の基本情報
| 名前 |   |  
| ID | mneicboilaibkfhoealhcglboiabhodb | 
| 公式URL | https://chromewebstore.google.com/detail/tweeter/mneicboilaibkfhoealhcglboiabhodb | 
| 説明 | Tweet directly from your browser bar | 
| ファイルサイズ | 257 KB | 
| インストール数 | 3,323 | 
| 現在のバージョン | 0.6.1 | 
| 最終更新日 | 2012-07-05 | 
| 公開日 | 2012-07-05 | 
| 評価 | 4.20/5 合計 109 レビュー | 
| 開発者 | https://wegnerdesign.com | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | http://www.wegnerdesign.com | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tweeter",
    "version": "0.6.1",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "https:\/\/twitter.com\/intent\/tweet"
    ],
    "description": "Tweet directly from your browser bar",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}  |  |