Better PTT (批踢踢)

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

Better PTT (批踢踢)とは何ですか?

Better PTT (批踢踢)はangusdevによって開発されたChromeの拡張機能で、その主な機能は「支援 keyboard navigation,瀏覽「批踢踢」更順手。」です。

拡張機能のスクリーンショット

screenshot
screenshot

Better PTT (批踢踢)拡張機能のCRXファイルをダウンロード

Better PTT (批踢踢)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        支援 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"
    ]
}