Fix Twitter
Swaps right and left columns over so tweets are on the left /by @andydavies
Qu'est-ce que Fix Twitter ?
Fix Twitter est une extension Chrome développée par Andy Davies, et sa fonction principale est "Swaps right and left columns over so tweets are on the left /by @andydavies".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fix Twitter
Téléchargez les fichiers d'extension Fix Twitter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Swaps the left and right columns in Twitter so tweets appear in the lefthand column 2012-09-30 - Corrected header alignment on new profile page 2012-09-14 - Updated to fix issue with profile pages
Informations de Base sur l'Extension
Nom | |
ID | lbjeicfjnfmkfdhhlggjpggpbeackiid |
URL Officiel | https://chrome.google.com/webstore/detail/fix-twitter/lbjeicfjnfmkfdhhlggjpggpbeackiid |
Description | Swaps right and left columns over so tweets are on the left /by @andydavies |
Taille du Fichier | 4.39 KB |
Nombre d'Installations | 94 |
Version Actuelle | 0.32 |
Dernière Mise à Jour | 2012-09-30 |
Date de Publication | 2012-09-30 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | Andy Davies |
Type de Paiement | free |
URL de la Page d'Aide | https://twitter.com/andydavies |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fix Twitter", "version": "0.32", "description": "Swaps right and left columns over so tweets are on the left \/by @andydavies", "icons": { "128": "fixtwitter.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "fixtwitter.css" ] } ] } |