Fix Twitter
Swaps right and left columns over so tweets are on the left /by @andydavies
What is Fix Twitter?
Fix Twitter is a Chrome extension developed by Andy Davies, and its main feature is "Swaps right and left columns over so tweets are on the left /by @andydavies".
Extension Screenshots
Download Fix Twitter Extension CRX File
Download Fix Twitter 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
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
Extension Basic Information
Name | |
ID | lbjeicfjnfmkfdhhlggjpggpbeackiid |
Official URL | https://chrome.google.com/webstore/detail/fix-twitter/lbjeicfjnfmkfdhhlggjpggpbeackiid |
Description | Swaps right and left columns over so tweets are on the left /by @andydavies |
File Size | 4.39 KB |
Installation Count | 94 |
Current Version | 0.32 |
Last Updated | 2012-09-30 |
Publish Date | 2012-09-30 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Andy Davies |
Payment Type | free |
Help Page URL | https://twitter.com/andydavies |
Supported Languages | 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" ] } ] } |