Friday Go

The best 1st search result

什么是Friday Go?

Friday Go是由Friday开发的Chrome扩展程序,该扩展的主要功能是“The best 1st search result”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Friday Go扩展crx文件

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

扩展使用说明

                        Friday is your personal answer assistant, helping you learn and find the answers to your questions using groundbreaking AI.                    

扩展基本信息

名称 Friday Go Friday Go
ID cobeolghfehacidcnidganniblghhnjm
官方URL https://chromewebstore.google.com/detail/friday-go/cobeolghfehacidcnidganniblghhnjm
简介 The best 1st search result
文件大小 1.22 MB
安装次数 179
当前版本 0.0.3
更新时间 2022-11-16
上架时间 2022-08-02
评分 5.00/5 共7次评分
开发者 Friday
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://search.friday.education/privacy_policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Friday Go",
    "description": "The best 1st search result",
    "version": "0.0.3",
    "icons": {
        "16": "logo\/logo-16.png",
        "48": "logo\/logo-48.png",
        "128": "logo\/logo-128.png"
    },
    "options_page": "settings\/settings.html",
    "action": {
        "default_title": "Friday Go",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "foreground.js"
            ],
            "css": [
                "foreground.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "shared\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}