SnapTrans

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

SnapTrans là gì?

SnapTrans là một tiện ích mở rộng Chrome được phát triển bởi Saiv Villarreal, và tính năng chính của nó là "SnapTrans: Instantly Translate Words and Selections on Web Pages with a Click!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SnapTrans

Tải xuống các tệp mở rộng SnapTrans dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SnapTrans SnapTrans
ID jfcnoffhkhikehdbdioahmlhdnknikhl
URL Chính Thức https://chromewebstore.google.com/detail/snaptrans/jfcnoffhkhikehdbdioahmlhdnknikhl
Mô tả SnapTrans: Instantly Translate Words and Selections on Web Pages with a Click!
Kích Thước Tệp 237 KB
Số Lần Cài Đặt 1,624,026
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2023-11-07
Ngày Phát Hành 2023-07-19
Đánh Giá 4.81/5 Tổng số 21 Đánh Giá
Nhà Phát Triển Saiv Villarreal
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/e/2PACX-1vT6J9C5tpH15HTHI1ZyIINrc2XelJ3lN618gEeL_6JwC2ZlpHvE2wAA46rVNtuOqZp2Tv2jt32-SM1i/pub
Ngôn Ngữ Được Hỗ Trợ 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"
}