Papago Website Translate

파파고 웹사이트 번역

What is Papago Website Translate?

Papago Website Translate is a Chrome extension developed by yakolla, and its main feature is "파파고 웹사이트 번역".

Extension Screenshots

screenshot
screenshot

Download Papago Website Translate Extension CRX File

Download Papago Website Translate 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

                        웹사이트에 마우스 우클릭하여 파파고로 번역합니다.                    

Extension Basic Information

Name Papago Website Translate Papago Website Translate
ID ajndahhogoobpmnpjjiclkdojamdhmkp
Official URL https://chromewebstore.google.com/detail/papago-website-translate/ajndahhogoobpmnpjjiclkdojamdhmkp
Description 파파고 웹사이트 번역
File Size 5.25 KB
Installation Count 5,000
Current Version 1.0.0
Last Updated 2023-04-25
Publish Date 2023-04-25
Rating 5.00/5 Total 4 Ratings
Developer yakolla
Email [email protected]
Payment Type free
Privacy Policy Page URL https://github.com/yakolla/yakolla.privacy/blob/master/Privacy%20Policy.en.md
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Papago Website Translate",
    "description": "\ud30c\ud30c\uace0 \uc6f9\uc0ac\uc774\ud2b8 \ubc88\uc5ed",
    "version": "1.0.0",
    "default_locale": "ko",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "short_name": "Papago Wesite Translate",
    "omnibox": {
        "keyword": "Papago Wesite Translate"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "action": {
        "default_icon": "icon.png"
    }
}