Tolon
Find page related website discussions. On Hacker News and Reddit.
Apa itu Tolon?
Tolon adalah ekstensi Chrome yang dikembangkan oleh raywan, dan fitur utamanya adalah "Find page related website discussions. On Hacker News and Reddit.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tolon
Unduh file ekstensi Tolon dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Tolon |
ID | mohaijbbfgjjjjbhffgaifcnookdihmk |
URL Resmi | https://chromewebstore.google.com/detail/tolon/mohaijbbfgjjjjbhffgaifcnookdihmk |
Deskripsi | Find page related website discussions. On Hacker News and Reddit. |
Ukuran File | 61.86 KB |
Jumlah Instalasi | 35 |
Versi Saat Ini | 0.5.0 |
Terakhir Diperbarui | 2020-04-11 |
Tanggal Publikasi | 2020-04-08 |
Pengembang | raywan |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/rwanyoike/tolon |
URL Halaman Bantuan | https://github.com/rwanyoike/tolon/issues |
Bahasa yang Didukung | 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" ] } |