Friday Go

The best 1st search result

Wat is Friday Go?

Friday Go is een Chrome-extensie ontwikkeld door Friday, en de belangrijkste functie is "The best 1st search result".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Friday Go

Download Friday Go-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Friday Go Friday Go
ID cobeolghfehacidcnidganniblghhnjm
Officiële URL https://chromewebstore.google.com/detail/friday-go/cobeolghfehacidcnidganniblghhnjm
Beschrijving The best 1st search result
Bestandsgrootte 1.22 MB
Aantal Installaties 179
Huidige Versie 0.0.3
Laatst Bijgewerkt 2022-11-16
Publicatiedatum 2022-08-02
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar Friday
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://search.friday.education/privacy_policy
Ondersteunde Talen 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}