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 | 
| 官方網址 | 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"
            ]
        }
    ]
}  |  |