Fix Twitter

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

Hvad er Fix Twitter?

Fix Twitter er en Chrome-udvidelse udviklet af Andy Davies, og dens hovedfunktion er "Swaps right and left columns over so tweets are on the left /by @andydavies".

Udvidelsesskærmbilleder

screenshot

Download Fix Twitter-udvidelses-CRX-fil

Download Fix Twitter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Fix Twitter Fix Twitter
ID lbjeicfjnfmkfdhhlggjpggpbeackiid
Officiel URL https://chrome.google.com/webstore/detail/fix-twitter/lbjeicfjnfmkfdhhlggjpggpbeackiid
Beskrivelse Swaps right and left columns over so tweets are on the left /by @andydavies
Filstørrelse 4.39 KB
Antal Installationer 94
Nuværende Version 0.32
Senest Opdateret 2012-09-30
Udgivelsesdato 2012-09-30
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler Andy Davies
Betalingsmetode free
Hjælpeside-URL https://twitter.com/andydavies
Understøttede Sprog 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"
            ]
        }
    ]
}