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
官方網址 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\/*"
    ]
}