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
Eメール [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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}