Spanish Special Characters

An extension to easily copy and paste spanish special characters

What is Spanish Special Characters?

Spanish Special Characters is a Chrome extension developed by ElonChj3nbUJ, and its main feature is "An extension to easily copy and paste spanish special characters".

Extension Screenshots

screenshot

Download Spanish Special Characters Extension CRX File

Download Spanish Special Characters 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

                        This extension allows for easy access to copy and paste Spanish special characters. Perfect for Spanish class!                    

Extension Basic Information

Name Spanish Special Characters Spanish Special Characters
ID ehgkmpghlilaglbppdjcbbpdnefcigpc
Official URL https://chrome.google.com/webstore/detail/spanish-special-character/ehgkmpghlilaglbppdjcbbpdnefcigpc
Description An extension to easily copy and paste spanish special characters
File Size 7.47 KB
Installation Count 72,551
Current Version 0.0.0.3
Last Updated 2023-05-10
Publish Date 2018-09-26
Rating 2.82/5 Total 11 Ratings
Developer ElonChj3nbUJ
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spanish Special Characters",
    "version": "0.0.0.3",
    "description": "An extension to easily copy and paste spanish special characters",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "charfi.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}