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 |
官方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" ] } |