SnapTrans

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

Apa itu SnapTrans?

SnapTrans adalah ekstensi Chrome yang dikembangkan oleh Saiv Villarreal, dan fitur utamanya adalah "SnapTrans: Instantly Translate Words and Selections on Web Pages with a Click!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SnapTrans

Unduh file ekstensi SnapTrans dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama SnapTrans SnapTrans
ID jfcnoffhkhikehdbdioahmlhdnknikhl
URL Resmi https://chromewebstore.google.com/detail/snaptrans/jfcnoffhkhikehdbdioahmlhdnknikhl
Deskripsi SnapTrans: Instantly Translate Words and Selections on Web Pages with a Click!
Ukuran File 237 KB
Jumlah Instalasi 1,624,026
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2023-11-07
Tanggal Publikasi 2023-07-19
Penilaian 4.81/5 Total 21 Penilaian
Pengembang Saiv Villarreal
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://docs.google.com/document/d/e/2PACX-1vT6J9C5tpH15HTHI1ZyIINrc2XelJ3lN618gEeL_6JwC2ZlpHvE2wAA46rVNtuOqZp2Tv2jt32-SM1i/pub
Bahasa yang Didukung 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"
}