Tolon
Find page related website discussions. On Hacker News and Reddit.
Tolonคืออะไร?
Tolon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย raywan และคุณลักษณะหลักของมันคือ "Find page related website discussions. On Hacker News and Reddit."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tolon
ดาวน์โหลดไฟล์ส่วนขยาย Tolon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tolon is a browser extension that helps you find discussions around the pages you're looking at on the web. It works by searching available sources for URL submissions. While viewing a webpage, opening the extension will search available sources for URL submissions (discussion threads) and present a list of results. Available sources: - Hacker News (social news) - Reddit (social news) Tolon is mostly JavaScript plus a little CSS. There are no trackers. No data is sent (aside from the page URL query) or shared. All of the code can be inspected on GitHub.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tolon |
ID | mohaijbbfgjjjjbhffgaifcnookdihmk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tolon/mohaijbbfgjjjjbhffgaifcnookdihmk |
คำอธิบาย | Find page related website discussions. On Hacker News and Reddit. |
ขนาดไฟล์ | 61.86 KB |
จำนวนการติดตั้ง | 35 |
เวอร์ชันปัจจุบัน | 0.5.0 |
อัปเดตครั้งล่าสุด | 2020-04-11 |
วันที่เผยแพร่ | 2020-04-08 |
ผู้พัฒนา | raywan |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/rwanyoike/tolon |
URL หน้าช่วยเหลือ | https://github.com/rwanyoike/tolon/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tolon", "version": "0.5.0", "description": "Find page related website discussions. On Hacker News and Reddit.", "homepage_url": "https:\/\/github.com\/rwanyoike\/tolon", "icons": { "64": "images\/icon.png", "128": "images\/[email protected]" }, "browser_action": { "default_popup": "index.html" }, "permissions": [ "activeTab", "storage" ] } |