Tolon
Find page related website discussions. On Hacker News and Reddit.
什麼是Tolon?
Tolon是由raywan開發的Chrome擴展程式,該擴展的主要功能是“Find page related website discussions. On Hacker News and Reddit.”。
擴展截圖
下載Tolon擴展crx文件
下載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 |
官方網址 | 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" ] } |