Better PTT (批踢踢)

支援 keyboard navigation,瀏覽「批踢踢」更順手。

Better PTT (批踢踢)란 무엇입니까?

Better PTT (批踢踢)은(는) angusdev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "支援 keyboard navigation,瀏覽「批踢踢」更順手。"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Better PTT (批踢踢) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        支援 keyboard navigation,瀏覽「批踢踢」更順手。                    

확장 프로그램 기본 정보

이름 Better PTT (批踢踢) Better PTT (批踢踢)
ID nllifdhfbpcdinlojnghcojempoacpac
공식 URL https://chromewebstore.google.com/detail/better-ptt-%E6%89%B9%E8%B8%A2%E8%B8%A2/nllifdhfbpcdinlojnghcojempoacpac
설명 支援 keyboard navigation,瀏覽「批踢踢」更順手。
파일 크기 10.36 KB
설치 횟수 3,025
현재 버전 1.0
최근 업데이트 2015-06-14
출시 날짜 2015-06-14
평점 3.75/5 총 4 개의 평점
개발자 angusdev
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/angusdev/better-ptt
도움말 페이지 URL https://github.com/angusdev/better-ptt
지원되는 언어 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better PTT (\u6279\u8e22\u8e22)",
    "version": "1.0",
    "manifest_version": 2,
    "description": "\u652f\u63f4 keyboard navigation\uff0c\u700f\u89bd\u300c\u6279\u8e22\u8e22\u300d\u66f4\u9806\u624b\u3002",
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ptt.cc\/bbs\/*"
            ],
            "js": [
                "better-ptt.user.js"
            ],
            "css": [
                "better-ptt.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}