Discussions on HN, Reddit and Lobsters

See if the current page has been discussed on Hacker News, Lobsters and Reddit

什麼是Discussions on HN, Reddit and Lobsters?

Discussions on HN, Reddit and Lobsters是由https://discu.eu開發的Chrome擴展程式,該擴展的主要功能是“See if the current page has been discussed on Hacker News, Lobsters and Reddit”。

擴展截圖

screenshot
screenshot

下載Discussions on HN, Reddit and Lobsters擴展crx文件

下載Discussions on HN, Reddit and Lobsters擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Find discussions on Hacker News, Reddit, Lobsters and others.

Once installed a badge is shown with the number of discussions and comments for the pages you visit. Click the badge to see the list of all the discussions.                    

擴展基本資訊

名稱 Discussions on HN, Reddit and Lobsters Discussions on HN, Reddit and Lobsters
ID mihejilgifecplfpdfhjghfmhbhajcke
官方網址 https://chromewebstore.google.com/detail/discussions-on-hn-reddit/mihejilgifecplfpdfhjghfmhbhajcke
簡介 See if the current page has been discussed on Hacker News, Lobsters and Reddit
檔案大小 5.2 KB
安裝次數 70
目前版本 1.0.2
更新時間 2023-04-03
上架時間 2022-02-23
開發者 https://discu.eu
電子郵箱 [email protected]
付費類型 free
擴展官網 https://discu.eu
說明頁面URL https://discu.eu/support/
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Discussions on HN, Reddit and Lobsters",
    "version": "1.0.2",
    "author": "Alexandru Cojocaru",
    "description": "See if the current page has been discussed on Hacker News, Lobsters and Reddit",
    "homepage_url": "https:\/\/discu.eu",
    "icons": {
        "32": "icons\/favicon-32x32.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/discu.eu\/*"
    ],
    "action": {
        "default_icon": "icons\/favicon-32x32.png",
        "default_title": "Discussions"
    },
    "background": {
        "service_worker": "background.js"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "65.0"
        }
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Discussions",
            "search_url": "https:\/\/discu.eu\/?q={searchTerms}",
            "keyword": "discu",
            "favicon_url": "https:\/\/discu.eu\/static\/favicon-32x32.png",
            "is_default": false,
            "encoding": "UTF-8"
        }
    }
}