Fix Twitter
Swaps right and left columns over so tweets are on the left /by @andydavies
Vad är Fix Twitter?
Fix Twitter är en Chrome-tillägg utvecklad av Andy Davies, och dess huvudfunktion är "Swaps right and left columns over so tweets are on the left /by @andydavies".
Tilläggsskärmbilder
Ladda ner Fix Twitter-förlängningens CRX-fil
Ladda ner Fix Twitter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | lbjeicfjnfmkfdhhlggjpggpbeackiid |
Officiell webbadress | https://chrome.google.com/webstore/detail/fix-twitter/lbjeicfjnfmkfdhhlggjpggpbeackiid |
Beskrivning | Swaps right and left columns over so tweets are on the left /by @andydavies |
Filstorlek | 4.39 KB |
Antal Installationer | 94 |
Aktuell Version | 0.32 |
Senast Uppdaterad | 2012-09-30 |
Publiceringsdatum | 2012-09-30 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | Andy Davies |
Betalningssätt | free |
Hjälpsida URL | https://twitter.com/andydavies |
Stödda Språk | 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" ] } ] } |