Twitter URLs to Clients
Converts all Twitter.com urls to mac twitter app specific URLs.
Wat is Twitter URLs to Clients?
Twitter URLs to Clients is een Chrome-extensie ontwikkeld door orta.therox, en de belangrijkste functie is "Converts all Twitter.com urls to mac twitter app specific URLs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitter URLs to Clients
Download Twitter URLs to Clients-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Twitter URLs to Clients |
ID | ifjdjgbajegbcifahnhcbejcfognlomg |
Officiële URL | https://chromewebstore.google.com/detail/twitter-urls-to-clients/ifjdjgbajegbcifahnhcbejcfognlomg |
Beschrijving | Converts all Twitter.com urls to mac twitter app specific URLs. |
Bestandsgrootte | 4.15 KB |
Aantal Installaties | 20 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-09-09 |
Publicatiedatum | 2013-09-09 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | orta.therox |
Betalingswijze | free |
Extensiewebsite | https://github.com/orta/twitter-urls-to-clients |
Help Pagina-URL | https://github.com/orta/twitter-urls-to-clients |
Ondersteunde Talen | 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" ] } ] } |