Tolon

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

ما هو Tolon؟

Tolon هو إضافة Chrome تم تطويرها بواسطة raywan، والميزة الرئيسية لها هي "Find page related website discussions. On Hacker News and Reddit.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Tolon

قم بتنزيل ملفات الامتداد Tolon بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    ]
}