Friday Go

The best 1st search result

Что такое Friday Go?

Friday Go - это расширение Chrome, разработанное Friday, и его основная функция - "The best 1st search result".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Friday Go

Скачайте файлы расширений 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}