Accent Press

Accent Press is a simple Chrome Extension that allows you to easily write accents.

ما هو Accent Press؟

Accent Press هو إضافة Chrome تم تطويرها بواسطة 3Webs، والميزة الرئيسية لها هي "Accent Press is a simple Chrome Extension that allows you to easily write accents.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Accent Press

قم بتنزيل ملفات الامتداد Accent Press بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        To type accents, simply hold the corresponding key on your keyboard. For example, to type è, hold the "E" key on your keyboard until you reach è. Simple!

💭 Want another language added? Is there something you think could be done better? Is there a bug? Please open an issue! It really helps to have feedback.
https://github.com/OpenSchooling/AccentPress/issues

📝 Changelog: https://github.com/OpenSchooling/AccentPress/releases

❤️ Open Source: AGPL-3.0
📁 https://github.com/OpenSchooling/AccentPress                    

معلومات أساسية عن التمديد

الاسم Accent Press Accent Press
ID nfcdcdoegfnidkeldipgmhbabmndlhbf
عنوان URL الرسمي https://chromewebstore.google.com/detail/accent-press/nfcdcdoegfnidkeldipgmhbabmndlhbf
الوصف Accent Press is a simple Chrome Extension that allows you to easily write accents.
حجم الملف 35.82 KB
عدد التثبيتات 1,252
النسخة الحالية 1.4.1
آخر تحديث 2024-02-20
تاريخ النشر 2021-09-23
تقييم 4.20/5 مجموع تقييمات 5
المطور 3Webs
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/OpenSchooling/AccentPress
عنوان صفحة المساعدة https://github.com/OpenSchooling/AccentPress/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.4.1",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16-transparent.png",
        "48": "icons\/icon48-transparent.png",
        "128": "icons\/icon128-transparent.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16-transparent.png",
            "48": "icons\/icon48-transparent.png",
            "128": "icons\/icon128-transparent.png"
        },
        "default_popup": "html\/extension_settings.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "js": [
                "js\/inject_gdoc.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/accentpress.pandapip1.com\/*"
        ]
    }
}