RichSearch

RichSearch

什么是RichSearch?

RichSearch是由jd295598开发的Chrome扩展程序,该扩展的主要功能是“RichSearch”。

扩展截图

screenshot

下载RichSearch扩展crx文件

下载RichSearch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        RichSearch - Search the web swiftly from your browser
RichSearch - Light and minimal new tab that allows you to search swiftly by text or by voice and navigate easily to your favorite, recently visited sites.

By clicking "Add to Chrome", I accept and agree to installing the “RichSearch” Chrome extension and setting Chrome™ new tab search to that provided by Microsoft Bing as the service and the Terms of Use and Privacy Policy.

For more information please visit: https://www.richsearch.digital
Please leave us a 5 start review! 

of Use at https://www.richsearch.digital/site/pages/terms_of_use and privacy policy at https://www.richsearch.digital/site/pages/privacy_policy.                    

扩展基本信息

名称 RichSearch RichSearch
ID mgajdmhobebickaoaepogkkomapbkmga
官方URL https://chromewebstore.google.com/detail/richsearch/mgajdmhobebickaoaepogkkomapbkmga
简介 RichSearch
文件大小 180 KB
安装次数 2,195
当前版本 1.0.5
更新时间 2023-08-29
上架时间 2022-02-04
评分 5.00/5 共2次评分
开发者 jd295598
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.richsearch.digital/
隐私政策页面URL https://bidlabs.net/privacy_policy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RichSearch",
    "description": "RichSearch",
    "version": "1.0.5",
    "manifest_version": 3,
    "homepage_url": "https:\/\/www.richsearch.digital",
    "action": {
        "default_icon": {
            "16": "assets\/icons\/16.png",
            "32": "assets\/icons\/32.png",
            "48": "assets\/icons\/48.png",
            "128": "assets\/icons\/128.png"
        }
    },
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "script-src": "self unsafe-inline",
        "object-src": "self",
        "img-src": "chrome:\/\/favicon;"
    },
    "chrome_url_overrides": {
        "newtab": "assets\/src\/override\/override.html"
    },
    "permissions": [
        "topSites",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/www.google.com\/s2\/favicons*",
        "https:\/\/*.richsearch.digital\/*"
    ]
}