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
官方URL 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"
        }
    }
}