SnapTrans

SnapTrans: Instantly Translate Words and Selections on Web Pages with a Click!

Hvad er SnapTrans?

SnapTrans er en Chrome-udvidelse udviklet af Saiv Villarreal, og dens hovedfunktion er "SnapTrans: Instantly Translate Words and Selections on Web Pages with a Click!".

Udvidelsesskærmbilleder

screenshot

Download SnapTrans-udvidelses-CRX-fil

Download SnapTrans-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        SnapTrans: Instantly Translate Words and Selections on Web Pages with a Click

Are you tired of switching tabs and copy-pasting text for translations? Say goodbye to the hassle with SnapTrans! 🌍💬

Features:

One-click word and selection translation on web pages: Effortlessly translate any word or selected text on web pages with just a single click. No more interruptions in your browsing flow! 🔍✨

Multiple languages: SnapTrans supports a wide range of languages, ensuring you can communicate effectively across different cultures and regions. 🌎🌐

Powered by Google Translate: SnapTrans leverages the power of Google Translate, a trusted and accurate translation engine, to provide you with high-quality translations that you can rely on. 📚🔌

Use Cases:

Research and Learning: Easily translate unfamiliar terms, phrases, or sentences while conducting research or studying online. Expand your knowledge effortlessly! 📚🔎

Multilingual Communication: Break language barriers during online discussions, collaborations, or while browsing foreign websites. Communicate with confidence and connect with people from all around the globe! 🌐💬

Travel and Exploration: Explore the world without language barriers! SnapTrans enables you to quickly understand signs, menus, and other text while traveling, allowing for a smoother and more enjoyable experience. ✈️🌍

Language Enthusiasts: Improve your language skills and broaden your vocabulary by effortlessly translating words or phrases that pique your curiosity while browsing. Embrace the joy of learning new languages! 🗣️📖

Business and E-commerce: Expand your business horizons by easily understanding product descriptions, customer reviews, or competitor websites in different languages. Stay ahead of the game! 💼💸

Don't miss out on this game-changing browser extension! Install SnapTrans now and unlock a world of instant translations at your fingertips. 📲✨                    

Grundlæggende oplysninger om udvidelsen

Navn SnapTrans SnapTrans
ID jfcnoffhkhikehdbdioahmlhdnknikhl
Officiel URL https://chromewebstore.google.com/detail/snaptrans/jfcnoffhkhikehdbdioahmlhdnknikhl
Beskrivelse SnapTrans: Instantly Translate Words and Selections on Web Pages with a Click!
Filstørrelse 237 KB
Antal Installationer 1,624,026
Nuværende Version 1.0.3
Senest Opdateret 2023-11-07
Udgivelsesdato 2023-07-19
Bedømmelse 4.81/5 Samlet 21 Bedømmelser
Udvikler Saiv Villarreal
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://docs.google.com/document/d/e/2PACX-1vT6J9C5tpH15HTHI1ZyIINrc2XelJ3lN618gEeL_6JwC2ZlpHvE2wAA46rVNtuOqZp2Tv2jt32-SM1i/pub
Understøttede Sprog 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": [
        "declarativeNetRequest",
        "scripting",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.3"
}