Ptt X
可以在 https://www.ptt.cc/bbs/ 直接登入帳號,瀏覽並編輯最愛看版 之後應該會再加功能ㄅ
Hvad er Ptt X?
Ptt X er en Chrome-udvidelse udviklet af splitline, og dens hovedfunktion er "可以在 https://www.ptt.cc/bbs/ 直接登入帳號,瀏覽並編輯最愛看版 之後應該會再加功能ㄅ".
Udvidelsesskærmbilleder
Download Ptt X-udvidelses-CRX-fil
Download Ptt X-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
可以在 https://www.ptt.cc/bbs/ 直接登入帳號,瀏覽並編輯最愛看版 之後應該會再加功能ㄅ
Grundlæggende oplysninger om udvidelsen
Navn | Ptt X |
ID | jcinkpfmclffaehlhmpfbicnkgpanmjo |
Officiel URL | https://chromewebstore.google.com/detail/ptt-x/jcinkpfmclffaehlhmpfbicnkgpanmjo |
Beskrivelse | 可以在 https://www.ptt.cc/bbs/ 直接登入帳號,瀏覽並編輯最愛看版 之後應該會再加功能ㄅ |
Filstørrelse | 385 KB |
Antal Installationer | 659 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2019-03-05 |
Udgivelsesdato | 2019-03-05 |
Bedømmelse | 3.50/5 Samlet 2 Bedømmelser |
Udvikler | splitline |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |