Fix Twitter

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

Fix Twitter क्या है?

Fix Twitter Andy Davies द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Swaps right and left columns over so tweets are on the left /by @andydavies"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fix Twitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Fix Twitter Fix Twitter
ID lbjeicfjnfmkfdhhlggjpggpbeackiid
आधिकारिक URL https://chrome.google.com/webstore/detail/fix-twitter/lbjeicfjnfmkfdhhlggjpggpbeackiid
विवरण Swaps right and left columns over so tweets are on the left /by @andydavies
फ़ाइल का आकार 4.39 KB
स्थापना संख्या 94
वर्तमान संस्करण 0.32
अंतिम अपडेट 2012-09-30
प्रकाशन तिथि 2012-09-30
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर Andy Davies
भुगतान के प्रकार free
सहायता पृष्ठ URL https://twitter.com/andydavies
समर्थित भाषाएँ 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"
            ]
        }
    ]
}