Mr. Goose

Quack quack!

Mr. Gooseคืออะไร?

Mr. Goose เป็นส่วนขยายของ Chrome ที่พัฒนาโดย trumanhung และคุณลักษณะหลักของมันคือ "Quack quack!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mr. Goose

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

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

                        Dummify concepts with a click of an extension! 

A day-to-day browser extension that lets you to conveniently type in questions, 💡 highlight 💡 paragraphs, sentences, or words on their browser, and receive a ⭐️simple to understand answer or explanation. 🎇 🎆

Put Mr. Goose in your browser today!

=== Inspiration ===
📚In our current knowledge economy, our information is also our most important valuable commodity. 

💡 Knowledge is available in almost infinite abundance 📈, delivered directly through our digital devices 📱 💻 , the world is more connected and educated than ever across the globe 🌎 🌍 🌏. However, the surge of information draws adverse effects💥 🔥 🌈! With information circulating as rapid as ever, information and cognitive overload 🧠👎🏼 is a present symptom amongst our lives. 

✨💡✨Mr. Goose 🦢 is here to help by aggregating millions of sources to simplify complex concepts into comprehensible language for even a five-year-old. ✨💡✨

=== Accomplishments that we're proud of ===
✨✨✨We were extremely proud ⭐️ of the overall layout and elements 🧩🧩🧩 we implemented into our app design, such as the animated goose 🦢 that one of our team members drew and animated from scratch. From the color 🔴 🟠 🟡 choices to the attention to details like which words 💬 📃 📄 should be important in the NLP API to the resulted information 📊, we had to take a lot into consideration for our project, and it truly was a fun learning experience. 👍👍👍

=== Follow us on ⭐️ ===
https://github.com/dchen150/ELI5-chrome-extension

=== Update === 
Mar 11 2021: Added fact check result                    

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

ชื่อ Mr. Goose Mr. Goose
ID jembldacfdenbcnihkhmkdlamobbobip
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/mr-goose/jembldacfdenbcnihkhmkdlamobbobip
คำอธิบาย Quack quack!
ขนาดไฟล์ 78.16 KB
จำนวนการติดตั้ง 579
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-03-15
วันที่เผยแพร่ 2021-03-09
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา trumanhung
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/dchen150/ELI5-chrome-extension
URL หน้าช่วยเหลือ https://www.trumanhung.tech/contact
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mr. Goose",
    "description": "Quack quack!",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/us-central1-eli5-chrome-extension.cloudfunctions.net\/*",
        "activeTab"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Mr. Goose",
        "default_icon": {
            "16": "\/images\/mr_fat_goose16.png",
            "32": "\/images\/mr_fat_goose32.png",
            "48": "\/images\/mr_fat_goose48.png",
            "128": "\/images\/mr_fat_goose128.png"
        }
    },
    "icons": {
        "16": "\/images\/mr_fat_goose16.png",
        "32": "\/images\/mr_fat_goose32.png",
        "48": "\/images\/mr_fat_goose48.png",
        "128": "\/images\/mr_fat_goose128.png"
    },
    "manifest_version": 2
}