Twitter URLs to Clients
Converts all Twitter.com urls to mac twitter app specific URLs.
Twitter URLs to Clientsとは何ですか?
Twitter URLs to Clientsはorta.theroxによって開発されたChromeの拡張機能で、その主な機能は「Converts all Twitter.com urls to mac twitter app specific URLs.」です。
拡張機能のスクリーンショット
Twitter URLs to Clients拡張機能のCRXファイルをダウンロード
Twitter URLs to Clients拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Converts all Twitter.com urls to Mac twitter app specific URLs.
It currently only works with TweetBot as there's no way to do it in EchoFon and I'm not sure I can bring myself to install the official Twitter App.                     拡張機能の基本情報
| 名前 |   |  
| ID | ifjdjgbajegbcifahnhcbejcfognlomg | 
| 公式URL | https://chromewebstore.google.com/detail/twitter-urls-to-clients/ifjdjgbajegbcifahnhcbejcfognlomg | 
| 説明 | Converts all Twitter.com urls to mac twitter app specific URLs. | 
| ファイルサイズ | 4.15 KB | 
| インストール数 | 20 | 
| 現在のバージョン | 1.0 | 
| 最終更新日 | 2013-09-09 | 
| 公開日 | 2013-09-09 | 
| 評価 | 5.00/5 合計 2 レビュー | 
| 開発者 | orta.therox | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://github.com/orta/twitter-urls-to-clients | 
| ヘルプページのURL | https://github.com/orta/twitter-urls-to-clients | 
| 対応言語 | en-GB | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter URLs to Clients",
    "description": "Converts all Twitter.com urls to mac twitter app specific URLs.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "twitter_urls_to_clients.js"
            ]
        }
    ]
}  |  |