German Dictionary in Tooltip

Shows german gender words (der, die, das) and word meanings with examples anywhere. Highlight a word or its part and click shortcut.

German Dictionary in Tooltipคืออะไร?

German Dictionary in Tooltip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Evgeniy O. และคุณลักษณะหลักของมันคือ "Shows german gender words (der, die, das) and word meanings with examples anywhere. Highlight a word or its part and click shortcut."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย German Dictionary in Tooltip

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

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

                        If you like me stack with german genders, this extension is for you, my friend!

This extension gets german gender words (der, die, das) and word meanings with use cases and examples with one click on any website and even e-mail, like Gmail. To use it:

1. Highlight a word or a part of a word,
2. Click shortcut. The information source is Duden dictionary.

On the screenshot you'll see the popup with options you open with a click on the extension's icon in the Chrome extension bar on the top right. The options are: 
- Get only german gender (der, die, das)
- Get only word meanings with examples
- Get both

Extension sets shortcuts by itself, and in most cases this is enough:
- "windows": "Alt+X",
- "mac": "Command+Shift+X",
- "chromeos": "Ctrl+Shift+X",
- "linux": "Ctrl+Shift+X"
But if you want setup another shortcut, feel free to do this and change shortcut setting at chrome://extensions/shortcuts                    

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

ชื่อ German Dictionary in Tooltip German Dictionary in Tooltip
ID elemfobepmmfgcioncgggmlibigndkge
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/german-dictionary-in-tool/elemfobepmmfgcioncgggmlibigndkge
คำอธิบาย Shows german gender words (der, die, das) and word meanings with examples anywhere. Highlight a word or its part and click shortcut.
ขนาดไฟล์ 47.62 KB
จำนวนการติดตั้ง 65
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-11-22
วันที่เผยแพร่ 2022-11-10
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Evgeniy O.
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://twitter.com/undead_seo
ภาษาที่รองรับ de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Shows german gender words (der, die, das) and word meanings with examples anywhere. Highlight a word or its part and click shortcut.",
    "manifest_version": 3,
    "name": "German Dictionary in Tooltip",
    "permissions": [
        "storage"
    ],
    "version": "1.0.1",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": "images\/icon32.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/tooltip.css.js",
                "js\/cs.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/service_worker.js"
    },
    "host_permissions": [
        "https:\/\/www.duden.de\/rechtschreibung\/*",
        "https:\/\/www.duden.de\/suchen\/dudenonline\/*"
    ],
    "commands": {
        "inject-script": {
            "suggested_key": {
                "windows": "Alt+X",
                "mac": "Command+Shift+X",
                "chromeos": "Ctrl+Shift+X",
                "linux": "Ctrl+Shift+X"
            },
            "description": "Inject a script on the page"
        }
    }
}