WebExtension.net
WebExtension.net

Accents.io - diacritic completion

View on Chrome Web Store
View Accents.io - diacritic completion Chrome Extension on Chrome Web Store
2.8 (20 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Simple diacritic completion for Google Chrome.
Type
Extension
Users
699 users
1
Initial condition
View author page of Initial condition
Published
Published on September 4, 2014
Version 2024.4.21.1
Manifest version
3
Updated
Updated on April 23, 2024
View on Chrome Web Store
View Accents.io - diacritic completion Chrome Extension on Chrome Web Store
productivity/communication
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "manifest_version": 3,
    "version": "2024.4.21.1",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/page.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self';"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_title": "Add accents",
        "default_icon": {
            "19": "assets\/icon16.png",
            "38": "assets\/icon48.png"
        }
    },
    "commands": {
        "add-accents": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z",
                "mac": "Command+Shift+Z"
            },
            "description": "Add accents for selected text"
        }
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top