Lingo!

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

Τι είναι το Lingo!;

Το Lingo! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Bryce Corbitt, και η κύρια λειτουργία του είναι "For an internet that speaks YOUR language 😎. Substitute words or phrases for your browsing pleasure.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Lingo!

Λήψη αρχείων επέκτασης Lingo! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Lingo! Lingo!
ID ncjojbnfimdhjebeoolcihfjedhnbjlh
Επίσημο URL https://chromewebstore.google.com/detail/lingo/ncjojbnfimdhjebeoolcihfjedhnbjlh
Περιγραφή For an internet that speaks YOUR language 😎. Substitute words or phrases for your browsing pleasure.
Μέγεθος Αρχείου 37.77 KB
Αριθμός Εγκαταστάσεων 41
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2021-07-27
Ημερομηνία Δημοσίευσης 2021-07-27
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Bryce Corbitt
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/brycecorbitt/Lingo
Υποστηριζόμενες Γλώσσες 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"
        }
    }
}