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