Tolon

Find page related website discussions. On Hacker News and Reddit.

Tolon là gì?

Tolon là một tiện ích mở rộng Chrome được phát triển bởi raywan, và tính năng chính của nó là "Find page related website discussions. On Hacker News and Reddit.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tolon

Tải xuống các tệp mở rộng Tolon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tolon Tolon
ID mohaijbbfgjjjjbhffgaifcnookdihmk
URL Chính Thức https://chromewebstore.google.com/detail/tolon/mohaijbbfgjjjjbhffgaifcnookdihmk
Mô tả Find page related website discussions. On Hacker News and Reddit.
Kích Thước Tệp 61.86 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 0.5.0
Cập Nhật Lần Cuối 2020-04-11
Ngày Phát Hành 2020-04-08
Nhà Phát Triển raywan
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/rwanyoike/tolon
URL Trang Trợ Giúp https://github.com/rwanyoike/tolon/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}