JARVIS Voice Assistant - for PC

JARVIS Voice Assistant can help you with your daily tasks on web

JARVIS Voice Assistant - for PCคืออะไร?

JARVIS Voice Assistant - for PC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GetProjects และคุณลักษณะหลักของมันคือ "JARVIS Voice Assistant can help you with your daily tasks on web"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JARVIS Voice Assistant - for PC

ดาวน์โหลดไฟล์ส่วนขยาย JARVIS Voice Assistant - for PC ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing JARVIS Voice Assistant - for PC: Your Personal Digital Marvel

JARVIS Voice Assistant - for PC is your all-in-one digital companion designed to make your everyday life easier and more exciting. With a touch of Tony Stark flair, JARVIS Voice Assistant - for PC boasts an impressive array of features:

1. Time and Date Guru: Ask Jarvis for the current time, date, and day, or even inquire about specific days like today, yesterday, and tomorrow. It can also provide insights into the year, next year, and last year with precision.

2. Knowledge and Engagement: Jarvis is a fountain of knowledge, ready to answer your basic questions, engage in conversations, and keep you informed.

3. Instant Access: Seamlessly open websites, launch the calculator app, start Spotify for your favorite tunes, access Visual Studio Code for coding, or even connect with friends on WhatsApp, all at your command.

4. Weather Wizard: Get real-time weather updates, including temperature and Air Quality Index (AQI), so you're always prepared for the day ahead.

5. Personalization: Feel like a tech genius as you customize your AI assistant's name, giving it a unique identity that suits your style and preferences.

JARVIS Voice Assistant - for PC is your ticket to streamlined productivity, entertainment, and information, all while enjoying a touch of Tony Stark's brilliance. It's time to embrace the future with your own digital marvel!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ JARVIS Voice Assistant - for PC JARVIS Voice Assistant - for PC
ID cdebchkcjjjigiomfhojmfkanjlaanjd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jarvis-voice-assistant-fo/cdebchkcjjjigiomfhojmfkanjlaanjd
คำอธิบาย JARVIS Voice Assistant can help you with your daily tasks on web
ขนาดไฟล์ 59.15 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-10-16
วันที่เผยแพร่ 2023-02-18
คะแนน 3.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา GetProjects
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "Kartikey Tiwari - [email protected]",
    "name": "JARVIS Voice Assistant - for PC",
    "version": "1.1",
    "description": "JARVIS Voice Assistant can help you with your daily tasks on web",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "action": {
        "default_popup": "\/popup.html",
        "default_icon": {
            "16": "\/icons\/ico.png",
            "24": "\/icons\/ico.png",
            "32": "\/icons\/ico.png",
            "48": "\/icons\/ico.png"
        }
    },
    "permissions": [
        "tabs",
        "geolocation"
    ],
    "icons": {
        "16": "\/icons\/ico.png",
        "24": "\/icons\/ico.png",
        "32": "\/icons\/ico.png",
        "48": "\/icons\/ico.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "\/js\/content.js",
                "\/js\/jquery.min.js"
            ],
            "run_at": "document_start"
        }
    ]
}