Ptt X
可以在 https://www.ptt.cc/bbs/ 直接登入帳號,瀏覽並編輯最愛看版 之後應該會再加功能ㄅ
Ptt Xとは何ですか?
Ptt Xはsplitlineによって開発されたChromeの拡張機能で、その主な機能は「可以在 https://www.ptt.cc/bbs/ 直接登入帳號,瀏覽並編輯最愛看版 之後應該會再加功能ㄅ」です。
拡張機能のスクリーンショット
Ptt X拡張機能のCRXファイルをダウンロード
Ptt X拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
可以在 https://www.ptt.cc/bbs/ 直接登入帳號,瀏覽並編輯最愛看版
之後應該會再加功能ㄅ 拡張機能の基本情報
| 名前 | |
| ID | jcinkpfmclffaehlhmpfbicnkgpanmjo |
| 公式URL | https://chromewebstore.google.com/detail/ptt-x/jcinkpfmclffaehlhmpfbicnkgpanmjo |
| 説明 | 可以在 https://www.ptt.cc/bbs/ 直接登入帳號,瀏覽並編輯最愛看版 之後應該會再加功能ㄅ |
| ファイルサイズ | 385 KB |
| インストール数 | 659 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2019-03-05 |
| 公開日 | 2019-03-05 |
| 評価 | 3.50/5 合計 2 レビュー |
| 開発者 | splitline |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ptt X",
"version": "1.0.0",
"manifest_version": 2,
"description": "",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.ptt.cc\/bbs\/index.html",
"https:\/\/www.ptt.cc\/bbs\/hotboards.html"
],
"js": [
"dist\/index.js"
],
"css": [
"dist\/lib\/alertify.min.css",
"dist\/lib\/default.min.css",
"dist\/lib\/ReactContexify.min.css",
"dist\/custom.css"
],
"all_frames": true,
"run_at": "document_idle"
}
]
} | |