Twitter URLs to Clients
Converts all Twitter.com urls to mac twitter app specific URLs.
What is Twitter URLs to Clients?
Twitter URLs to Clients is a Chrome extension developed by orta.therox, and its main feature is "Converts all Twitter.com urls to mac twitter app specific URLs.".
Extension Screenshots
Download Twitter URLs to Clients Extension CRX File
Download Twitter URLs to Clients extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Twitter URLs to Clients |
ID | ifjdjgbajegbcifahnhcbejcfognlomg |
Official URL | https://chromewebstore.google.com/detail/twitter-urls-to-clients/ifjdjgbajegbcifahnhcbejcfognlomg |
Description | Converts all Twitter.com urls to mac twitter app specific URLs. |
File Size | 4.15 KB |
Installation Count | 20 |
Current Version | 1.0 |
Last Updated | 2013-09-09 |
Publish Date | 2013-09-09 |
Rating | 5.00/5 Total 2 Ratings |
Developer | orta.therox |
Payment Type | free |
Extension Website | https://github.com/orta/twitter-urls-to-clients |
Help Page URL | https://github.com/orta/twitter-urls-to-clients |
Supported Languages | 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" ] } ] } |