Inline Lingo

Instantly Translate Words and Text Snippets on Web Pages with a Single Click with Inline Lingo

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

Το Inline Lingo είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Freddi Richardson, και η κύρια λειτουργία του είναι "Instantly Translate Words and Text Snippets on Web Pages with a Single Click with Inline Lingo".

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

screenshot

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

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

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

                        Discover the Power of Inline Lingo: Effortlessly Translate Words and Text Snippets on Web Pages with One Click!

Features:
- One-click word and selection translation on web pages
- Multiple languages
- Powered by Google Translate

Enhance your browsing experience with Inline Lingo. Translate words and text snippets effortlessly, empowering you to understand content in multiple languages with just one click. With the seamless integration of Google Translate, unlock a world of multilingual communication right at your fingertips. Download Inline Lingo now and explore the web like never before!                    

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

Όνομα Inline Lingo Inline Lingo
ID hmioicehiobjekahjabipaeidfdcnhii
Επίσημο URL https://chromewebstore.google.com/detail/inline-lingo/hmioicehiobjekahjabipaeidfdcnhii
Περιγραφή Instantly Translate Words and Text Snippets on Web Pages with a Single Click with Inline Lingo
Μέγεθος Αρχείου 303 KB
Αριθμός Εγκαταστάσεων 1,675,042
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2023-12-06
Ημερομηνία Δημοσίευσης 2023-07-15
Αξιολόγηση 4.50/5 Συνολικά 24 Αξιολογήσεις
Προγραμματιστής Freddi Richardson
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/e/2PACX-1vSVgI2NvNaM39sr661LRb22bmd4GijTzry-Y0KUOhd8cklrxIXL1wrkJ-XKnZs3glKruC3qiPZ9F7nj/pub
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "__MSG_extName__",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png",
            "300": "icons\/icon-300.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "300": "icons\/icon-300.png",
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "translator",
                "enabled": true,
                "path": "rules\/translator.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0",
    "name": "__MSG_extName__",
    "description": "__MSG_extShortDesc__",
    "permissions": [
        "scripting",
        "alarms",
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.3"
}