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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Tolon 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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