Lingo!

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

Qu'est-ce que Lingo! ?

Lingo! est une extension Chrome développée par Bryce Corbitt, et sa fonction principale est "For an internet that speaks YOUR language 😎. Substitute words or phrases for your browsing pleasure.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lingo!

Téléchargez les fichiers d'extension Lingo! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Lingo! Lingo!
ID ncjojbnfimdhjebeoolcihfjedhnbjlh
URL Officiel https://chromewebstore.google.com/detail/lingo/ncjojbnfimdhjebeoolcihfjedhnbjlh
Description For an internet that speaks YOUR language 😎. Substitute words or phrases for your browsing pleasure.
Taille du Fichier 37.77 KB
Nombre d'Installations 41
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-07-27
Date de Publication 2021-07-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur Bryce Corbitt
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/brycecorbitt/Lingo
Langues Prises en Charge 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"
        }
    }
}