Fix Twitter

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

Fix Twitter란 무엇입니까?

Fix Twitter은(는) Andy Davies에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Swaps right and left columns over so tweets are on the left /by @andydavies"입니다.

확장 프로그램 스크린샷

screenshot

Fix Twitter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}