Fix Twitter
Swaps right and left columns over so tweets are on the left /by @andydavies
Co to jest Fix Twitter?
Fix Twitter to rozszerzenie Chrome opracowane przez Andy Davies, a jego główną funkcją jest „Swaps right and left columns over so tweets are on the left /by @andydavies”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fix Twitter
Pobierz pliki rozszerzeń Fix Twitter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lbjeicfjnfmkfdhhlggjpggpbeackiid |
Oficjalny URL | https://chrome.google.com/webstore/detail/fix-twitter/lbjeicfjnfmkfdhhlggjpggpbeackiid |
Opis | Swaps right and left columns over so tweets are on the left /by @andydavies |
Rozmiar pliku | 4.39 KB |
Liczba instalacji | 94 |
Aktualna Wersja | 0.32 |
Ostatnia Aktualizacja | 2012-09-30 |
Data Publikacji | 2012-09-30 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | Andy Davies |
Typ Płatności | free |
Adres URL Strony Pomocy | https://twitter.com/andydavies |
Obsługiwane Języki | 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" ] } ] } |