Accent Press

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

What is Accent Press?

Accent Press is a Chrome extension developed by 3Webs, and its main feature is "Accent Press is a simple Chrome Extension that allows you to easily write accents.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Accent Press Extension CRX File

Download Accent Press extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Accent Press Accent Press
ID nfcdcdoegfnidkeldipgmhbabmndlhbf
Official URL https://chromewebstore.google.com/detail/accent-press/nfcdcdoegfnidkeldipgmhbabmndlhbf
Description Accent Press is a simple Chrome Extension that allows you to easily write accents.
File Size 35.82 KB
Installation Count 1,252
Current Version 1.4.1
Last Updated 2024-02-20
Publish Date 2021-09-23
Rating 4.20/5 Total 5 Ratings
Developer 3Webs
Email [email protected]
Payment Type free
Extension Website https://github.com/OpenSchooling/AccentPress
Help Page URL https://github.com/OpenSchooling/AccentPress/issues
Supported Languages 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\/*"
        ]
    }
}