Scouter

Bridging the gap between theory and practice.

Scouterคืออะไร?

Scouter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jzlong666 และคุณลักษณะหลักของมันคือ "Bridging the gap between theory and practice."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        一个语言学习工具,帮助你在实践中学习。
1. 语境理解:学习单词在句子中的含义。
2. 自定义 Prompt:定制你的学习方法
3. 图片记忆:显示单词相关的图片帮助记忆。
4. Anki 集成:轻松地将单词、发音、短语和句子添加到 Anki 中。
5. 多模型支持:GPT-4、Claude 等模型可选,还支持免费在线词典
6. 多语言支持
7. 1 对 1 客服

Scouter 旨在弥合理论与实践之间的差距,帮助学习者在实践环境中语言知识。

💬 加入我们的 Discord 社区:https://discord.com/invite/7Pm3vmz87n

A language learning tool to help you learn through practice.
1. Contextual understanding: Learn the meaning of words in sentences.
2. Custom Prompt: Customize your learning approach.
3. Picture memory: Display pictures related to words to aid in memory retention.
4. Anki Integration: Easily add words, pronunciations, phrases, and sentences to Anki flashcards.
5. Multi-model Support: GPT-4, Claude and other models are available, and free online dictionaries are also supported.
6. Multilingual support. 
7. One-on-one customer service

Our philosophy: Scouter aims to bridge the gap between theory and practice, helping learners apply language knowledge in real-world situations.

💬 Join our Discord community: https://discord.com/invite/7Pm3vmz87n                    

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

ชื่อ Scouter Scouter
ID mncfcjnabpfoagocanfjglfcpmmnkicb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scouter/mncfcjnabpfoagocanfjglfcpmmnkicb
คำอธิบาย Bridging the gap between theory and practice.
ขนาดไฟล์ 1.57 MB
จำนวนการติดตั้ง 966
เวอร์ชันปัจจุบัน 0.18.70
อัปเดตครั้งล่าสุด 2024-03-02
วันที่เผยแพร่ 2023-03-27
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา jzlong666
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://notes.dabing.one/post?note-id=2d4a5130-ce79-4532-89e6-f1e81d300716
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/scouter-privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Scouter",
    "description": "Bridging the gap between theory and practice.",
    "version": "0.18.70",
    "action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "RunLastPrompt": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Run last prompt"
        },
        "Open": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "Command+Shift+F"
            },
            "description": "Open"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js",
                "js\/vendor.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ]
}