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. 拡張機能の基本情報
| 名前 | |
| 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"
]
} | |