Accents: Spanish, Portuguese, French, German

Type accents, symbols, and special characters through a simple popup system. Promote your education, productivity, and diversity.

Accents: Spanish, Portuguese, French, Germanคืออะไร?

Accents: Spanish, Portuguese, French, German เป็นส่วนขยายของ Chrome ที่พัฒนาโดย accentextension และคุณลักษณะหลักของมันคือ "Type accents, symbols, and special characters through a simple popup system. Promote your education, productivity, and diversity."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Accents: Spanish, Portuguese, French, German

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

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

                        Made by high school students Eugene Li and Gaëtan Almela.

Frustrated by the lack of a simple, unintrusive accent system on Windows OS, we developed this extension to emulate the one from newer versions of macOS. This version does not work on Google Docs and Gmail YET. Download it now, and we will have a fix soon. :)

Diacritics, symbols, and special characters are an important part of any language, and as insignificant as they might initially seem, they play a powerful role in the true meaning and authenticity of communication. With Accents, improve the language learning experience; get better search results; communicate more clearly in everyday writing; and promote your education, productivity, and diversity.

TO USE:
1. Hold down a key when typing and wait for the pop-up to appear. Try it with uppercase letters, punctuation marks, and other symbols too.
2. To select the character you desire, you can either press the number or click on the button itself. 
3. There is also a shortcut you can use: while holding the key, press the number of the button before the popup appears.

Test it out on your favorite websites.

Thanks!                    

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

ชื่อ Accents: Spanish, Portuguese, French, German Accents: Spanish, Portuguese, French, German
ID laiognlohmgkmlfchcclnjnafgeinnpg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/accents-spanish-portugues/laiognlohmgkmlfchcclnjnafgeinnpg
คำอธิบาย Type accents, symbols, and special characters through a simple popup system. Promote your education, productivity, and diversity.
ขนาดไฟล์ 1.88 MB
จำนวนการติดตั้ง 25,331
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2023-01-04
วันที่เผยแพร่ 2020-03-10
คะแนน 3.04/5 รวมทั้งหมด 96 คะแนน
ผู้พัฒนา accentextension
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "author": "Eugene Li and Gaetan Almela",
    "action": {
        "default_icon": "images\/browserActionFlip.png",
        "default_title": "Accents"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/main.js",
                "js\/getCaret.js",
                "js\/modal.js",
                "js\/events.js",
                "js\/placeChar.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Type accents, symbols, and special characters through a simple popup system. Promote your education, productivity, and diversity.",
    "icons": {
        "128": "images\/icon128Flip.png",
        "16": "images\/icon16Flip.png",
        "48": "images\/icon48Flip.png"
    },
    "manifest_version": 3,
    "name": "Accents: Spanish, Portuguese, French, German",
    "permissions": [
        "activeTab",
        "clipboardRead",
        "clipboardWrite"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "short_name": "Accents",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.4",
    "web_accessible_resources": [
        {
            "resources": [
                "css\/style.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}