Better PTT (批踢踢)
支援 keyboard navigation,瀏覽「批踢踢」更順手。
What is Better PTT (批踢踢)?
Better PTT (批踢踢) is a Chrome extension developed by angusdev, and its main feature is "支援 keyboard navigation,瀏覽「批踢踢」更順手。".
Extension Screenshots
Download Better PTT (批踢踢) Extension CRX File
Download Better PTT (批踢踢) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
支援 keyboard navigation,瀏覽「批踢踢」更順手。
Extension Basic Information
Name | Better PTT (批踢踢) |
ID | nllifdhfbpcdinlojnghcojempoacpac |
Official URL | https://chromewebstore.google.com/detail/better-ptt-%E6%89%B9%E8%B8%A2%E8%B8%A2/nllifdhfbpcdinlojnghcojempoacpac |
Description | 支援 keyboard navigation,瀏覽「批踢踢」更順手。 |
File Size | 10.36 KB |
Installation Count | 3,025 |
Current Version | 1.0 |
Last Updated | 2015-06-14 |
Publish Date | 2015-06-14 |
Rating | 3.75/5 Total 4 Ratings |
Developer | angusdev |
Payment Type | free |
Extension Website | https://github.com/angusdev/better-ptt |
Help Page URL | https://github.com/angusdev/better-ptt |
Supported Languages | 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" ] } |