AG Translate

View translations easily as you browse the web.

AG Translate란 무엇입니까?

AG Translate은(는) sh01.bid에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View translations easily as you browse the web."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        You can translate the selected text or the entire webpage, which is convenient and fast
Support multiple languages, you can also configure your own current language                    

확장 프로그램 기본 정보

이름 AG Translate AG Translate
ID bincmiainjofjnhchmcalkanjebghoen
공식 URL https://chromewebstore.google.com/detail/ag-translate/bincmiainjofjnhchmcalkanjebghoen
설명 View translations easily as you browse the web.
파일 크기 444 KB
설치 횟수 189,678
현재 버전 1.0.11
최근 업데이트 2022-10-31
출시 날짜 2021-06-27
평점 4.62/5 총 26 개의 평점
개발자 sh01.bid
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://yuntu88.hae123.cn/static/privacy.html
지원되는 언어 id,ms,de,en,en-GB,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": [],
    "background": {
        "scripts": [
            "injection.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_2509634311667449183__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/translate.googleapis.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_5636646071825253269__",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "32": "icons\/32.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_8969005060131950570__",
    "options_page": "options.html",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "contextMenus",
        "storage"
    ],
    "version": "1.0.11",
    "web_accessible_resources": [
        "popup.css",
        "options.html"
    ]
}