SnapTrans

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

What is SnapTrans?

SnapTrans is a Chrome extension developed by Saiv Villarreal, and its main feature is "SnapTrans: Instantly Translate Words and Selections on Web Pages with a Click!".

Extension Screenshots

screenshot

Download SnapTrans Extension CRX File

Download SnapTrans extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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. 📲✨                    

Extension Basic Information

Name SnapTrans SnapTrans
ID jfcnoffhkhikehdbdioahmlhdnknikhl
Official URL https://chromewebstore.google.com/detail/snaptrans/jfcnoffhkhikehdbdioahmlhdnknikhl
Description SnapTrans: Instantly Translate Words and Selections on Web Pages with a Click!
File Size 237 KB
Installation Count 1,624,026
Current Version 1.0.3
Last Updated 2023-11-07
Publish Date 2023-07-19
Rating 4.81/5 Total 21 Ratings
Developer Saiv Villarreal
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/e/2PACX-1vT6J9C5tpH15HTHI1ZyIINrc2XelJ3lN618gEeL_6JwC2ZlpHvE2wAA46rVNtuOqZp2Tv2jt32-SM1i/pub
Supported Languages 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"
}