Ñ extension

Ñ extension allows spanish speakers to comunicate in a clear way

Ñ extension là gì?

Ñ extension là một tiện ích mở rộng Chrome được phát triển bởi Bird Studio, và tính năng chính của nó là "Ñ extension allows spanish speakers to comunicate in a clear way".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ñ extension

Tải xuống các tệp mở rộng Ñ extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        La letra Ñ es imprescindible en el idioma español, pero al no existir en otros idiomas sus teclados no la incluyen. Para aquellas personas que necesitan escribir en español y no disponen de la Ñ en su teclado, esta extensión les permite insertar la letra ñ de manera sencilla mientras redactan su texto.

Te ayudará a escribir la letra Ñ sin necesidad de contar con su tecla correspondiente. 

Puedes usarla mediante atajos:
- Alt + N: inserta la ñ minúscula.
- Alt + Shift + N: inserta la Ñ mayúscula.

Desde el menú de la extensión puedes:
- Copiar al portapapeles, y luego pegar la ñ donde desees.
- Insertar la ñ en el campo de texto activo.

En algunos sitios que no siguen los estándares web, o son aplicaciones complejas como Google Docs, la funcionalidad insertar puede fallar. En ese caso puedes optar por la opción de copiarla al portapapeles desde el menú de la extensión y luego pegarla.

Con esta extensión podrás desear Feliz cumpleaños, invitar a tomar una caña, o avisar que hay que comprar pañales para el bebé.

¡Viva la Ñ!

Donar: https://paypal.me/ENYEextension


----


The letter Ñ is essential in the Spanish language, but since it does not exist in other languages, its keyboards do not include it. For those people who need to write in Spanish and do not have the Ñ on their keyboard, this extension allows them to insert the letter ñ easily while writing their text.

It will help you write the letter Ñ without having the corresponding key.

You can use it through shortcuts:
- Alt + N: inserts the lowercase ñ.
- Alt + Shift + N: inserts the capital Ñ.

From the extension menu you can:
- Copy to the clipboard, and then paste the ñ wherever you want.
- Insert the ñ in the active text field.

As some sites that do not follow web standards, or are complex applications like Google Docs, the insert functionality may fail. In that case you can choose the option to copy it to the clipboard from the extension menu and then paste it.

With this extension you can wish Feliz cumpleaños, invite to have a caña, or advise that you have to buy pañales for the baby.

Long live the Ñ!

Donate: https://paypal.me/ENYEextension                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ñ extension Ñ extension
ID lciacghakilfphpccfnafmiaeabjpfhm
URL Chính Thức https://chromewebstore.google.com/detail/%C3%B1-extension/lciacghakilfphpccfnafmiaeabjpfhm
Mô tả Ñ extension allows spanish speakers to comunicate in a clear way
Kích Thước Tệp 187 KB
Số Lần Cài Đặt 125
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-01-08
Ngày Phát Hành 2021-01-07
Nhà Phát Triển Bird Studio
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\u00d1 extension allows spanish speakers to comunicate in a clear way",
    "version": "1.0.0",
    "manifest_version": 2,
    "name": "\u00d1 extension",
    "author": "Santiago Ruiz Diaz",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "\u00f1(enie) extension",
        "default_popup": "popup.html",
        "default_icon": "icon-128.png"
    },
    "icons": {
        "34": "icon-34.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png"
    ],
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "commands": {
        "insertSmallN": {
            "suggested_key": {
                "default": "Alt+N"
            },
            "description": "insertSmallN"
        },
        "insertCapitalN": {
            "suggested_key": {
                "default": "Alt+Shift+N"
            },
            "description": "insertCapitalN"
        }
    }
}