Accent Press

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

Cos'è Accent Press?

Accent Press è un'estensione di Chrome sviluppata da 3Webs, e la sua funzione principale è "Accent Press is a simple Chrome Extension that allows you to easily write accents.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Accent Press

Scarica i file di estensione Accent Press in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Accent Press Accent Press
ID nfcdcdoegfnidkeldipgmhbabmndlhbf
URL Ufficiale https://chromewebstore.google.com/detail/accent-press/nfcdcdoegfnidkeldipgmhbabmndlhbf
Descrizione Accent Press is a simple Chrome Extension that allows you to easily write accents.
Dimensione del File 35.82 KB
Conteggio Installazioni 1,252
Versione Corrente 1.4.1
Ultimo Aggiornamento 2024-02-20
Data di Pubblicazione 2021-09-23
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore 3Webs
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/OpenSchooling/AccentPress
URL della Pagina di Aiuto https://github.com/OpenSchooling/AccentPress/issues
Lingue Supportate 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\/*"
        ]
    }
}