Fix Twitter
Swaps right and left columns over so tweets are on the left /by @andydavies
Wat is Fix Twitter?
Fix Twitter is een Chrome-extensie ontwikkeld door Andy Davies, en de belangrijkste functie is "Swaps right and left columns over so tweets are on the left /by @andydavies".
Extensie Screenshots
Download het CRX-bestand van de extensie Fix Twitter
Download Fix Twitter-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
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
Basisinformatie over de Extensie
Naam | |
ID | lbjeicfjnfmkfdhhlggjpggpbeackiid |
Officiële URL | https://chrome.google.com/webstore/detail/fix-twitter/lbjeicfjnfmkfdhhlggjpggpbeackiid |
Beschrijving | Swaps right and left columns over so tweets are on the left /by @andydavies |
Bestandsgrootte | 4.39 KB |
Aantal Installaties | 94 |
Huidige Versie | 0.32 |
Laatst Bijgewerkt | 2012-09-30 |
Publicatiedatum | 2012-09-30 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Andy Davies |
Betalingswijze | free |
Help Pagina-URL | https://twitter.com/andydavies |
Ondersteunde Talen | 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" ] } ] } |