Fix Twitter

Swaps right and left columns over so tweets are on the left /by @andydavies

Cos'è Fix Twitter?

Fix Twitter è un'estensione di Chrome sviluppata da Andy Davies, e la sua funzione principale è "Swaps right and left columns over so tweets are on the left /by @andydavies".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fix Twitter

Scarica i file di estensione Fix Twitter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Fix Twitter Fix Twitter
ID lbjeicfjnfmkfdhhlggjpggpbeackiid
URL Ufficiale https://chrome.google.com/webstore/detail/fix-twitter/lbjeicfjnfmkfdhhlggjpggpbeackiid
Descrizione Swaps right and left columns over so tweets are on the left /by @andydavies
Dimensione del File 4.39 KB
Conteggio Installazioni 94
Versione Corrente 0.32
Ultimo Aggiornamento 2012-09-30
Data di Pubblicazione 2012-09-30
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore Andy Davies
Tipo di Pagamento free
URL della Pagina di Aiuto https://twitter.com/andydavies
Lingue Supportate 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"
            ]
        }
    ]
}