Spanish Special Characters

An extension to easily copy and paste spanish special characters

Wat is Spanish Special Characters?

Spanish Special Characters is een Chrome-extensie ontwikkeld door ElonChj3nbUJ, en de belangrijkste functie is "An extension to easily copy and paste spanish special characters".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Spanish Special Characters

Download Spanish Special Characters-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Spanish Special Characters Spanish Special Characters
ID ehgkmpghlilaglbppdjcbbpdnefcigpc
Officiële URL https://chrome.google.com/webstore/detail/spanish-special-character/ehgkmpghlilaglbppdjcbbpdnefcigpc
Beschrijving An extension to easily copy and paste spanish special characters
Bestandsgrootte 7.47 KB
Aantal Installaties 72,551
Huidige Versie 0.0.0.3
Laatst Bijgewerkt 2023-05-10
Publicatiedatum 2018-09-26
Beoordeling 2.82/5 Totaal 11 Beoordelingen
Ontwikkelaar ElonChj3nbUJ
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}