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