Fix Twitter
Swaps right and left columns over so tweets are on the left /by @andydavies
Co je Fix Twitter?
Fix Twitter je rozšíření Chrome vyvinuté Andy Davies, a jeho hlavní funkcí je „Swaps right and left columns over so tweets are on the left /by @andydavies“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Fix Twitter
Stáhněte si soubory rozšíření Fix Twitter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | lbjeicfjnfmkfdhhlggjpggpbeackiid |
Oficiální URL | https://chrome.google.com/webstore/detail/fix-twitter/lbjeicfjnfmkfdhhlggjpggpbeackiid |
Popis | Swaps right and left columns over so tweets are on the left /by @andydavies |
Velikost souboru | 4.39 KB |
Počet instalací | 94 |
Aktuální Verze | 0.32 |
Poslední Aktualizace | 2012-09-30 |
Datum Vydání | 2012-09-30 |
Hodnocení | 3.67/5 Celkem 3 Hodnocení |
Vývojář | Andy Davies |
Typ Platby | free |
URL Stránky Nápovědy | https://twitter.com/andydavies |
Podporované Jazyky | 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" ] } ] } |