SnapTrans

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

SnapTrans란 무엇입니까?

SnapTrans은(는) Saiv Villarreal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SnapTrans: Instantly Translate Words and Selections on Web Pages with a Click!"입니다.

확장 프로그램 스크린샷

screenshot

SnapTrans 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 SnapTrans SnapTrans
ID jfcnoffhkhikehdbdioahmlhdnknikhl
공식 URL https://chromewebstore.google.com/detail/snaptrans/jfcnoffhkhikehdbdioahmlhdnknikhl
설명 SnapTrans: Instantly Translate Words and Selections on Web Pages with a Click!
파일 크기 237 KB
설치 횟수 1,624,026
현재 버전 1.0.3
최근 업데이트 2023-11-07
출시 날짜 2023-07-19
평점 4.81/5 총 21 개의 평점
개발자 Saiv Villarreal
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/e/2PACX-1vT6J9C5tpH15HTHI1ZyIINrc2XelJ3lN618gEeL_6JwC2ZlpHvE2wAA46rVNtuOqZp2Tv2jt32-SM1i/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": [
        "declarativeNetRequest",
        "scripting",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.3"
}