Ptt X
可以在 https://www.ptt.cc/bbs/ 直接登入帳號,瀏覽並編輯最愛看版 之後應該會再加功能ㄅ
Ptt Xคืออะไร?
Ptt X เป็นส่วนขยายของ Chrome ที่พัฒนาโดย splitline และคุณลักษณะหลักของมันคือ "可以在 https://www.ptt.cc/bbs/ 直接登入帳號,瀏覽並編輯最愛看版 之後應該會再加功能ㄅ"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ptt X
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| อีเมล | [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"
}
]
} | |