Lingo!

For an internet that speaks YOUR language 😎. Substitute words or phrases for your browsing pleasure.

¿Qué es Lingo!?

Lingo! es una extensión de Chrome desarrollada por Bryce Corbitt, y su función principal es "For an internet that speaks YOUR language 😎. Substitute words or phrases for your browsing pleasure.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Lingo!

Descarga archivos de extensión Lingo! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Lingo is an extension that replaces text in-browser using rules that you define.

Features:
- Toggle to enable/disable word replacement
- Define rules for replacing any text in your browser
- Works on dynamically loaded text (chats, live feeds)
- Ability to import/export rule configurations

What makes Lingo Special?
- Light-weight: Not a single third party library in use
- Works entirely in extension window: See your rules applied to the current page as you add/tweak them
- Open Source: Accessible to you at https://github.com/brycecorbitt/Lingo and always will be                    

Información Básica de la Extensión

Nombre Lingo! Lingo!
ID ncjojbnfimdhjebeoolcihfjedhnbjlh
URL Oficial https://chromewebstore.google.com/detail/lingo/ncjojbnfimdhjebeoolcihfjedhnbjlh
Descripción For an internet that speaks YOUR language 😎. Substitute words or phrases for your browsing pleasure.
Tamaño del Archivo 37.77 KB
Cantidad de Instalaciones 41
Versión Actual 1.0.1
Última Actualización 2021-07-27
Fecha de Publicación 2021-07-27
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Bryce Corbitt
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/brycecorbitt/Lingo
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lingo!",
    "description": "For an internet that speaks YOUR language \ud83d\ude0e. Substitute words or phrases for your browsing pleasure.",
    "version": "1.0.1",
    "manifest_version": 3,
    "author": "Bryce Corbitt",
    "content_scripts": [
        {
            "js": [
                "loader.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "lingo_rule.js",
                "lingo.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/lingo_16.png",
            "32": "\/images\/lingo_32.png",
            "48": "\/images\/lingo_48.png",
            "128": "\/images\/lingo_128.png"
        }
    }
}