Toss To Papago
Toss selected text to Papago the AI Translator
What is Toss To Papago?
Toss To Papago is a Chrome extension developed by TKOxff, and its main feature is "Toss selected text to Papago the AI Translator".
Extension Screenshots
Download Toss To Papago Extension CRX File
Download Toss To Papago 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
Easily open a new tab of the translation site Papago with selected text. You can learn more details on the new tab of Papago that AI translation cloud service. The translation quality of Papago is specialised between - Korean and English - Korean and Japanese Naver Papago https://papago.naver.com/
Extension Basic Information
Name | Toss To Papago |
ID | mogococfigmacggnaonciboalpiooiln |
Official URL | https://chromewebstore.google.com/detail/toss-to-papago/mogococfigmacggnaonciboalpiooiln |
Description | Toss selected text to Papago the AI Translator |
File Size | 394 KB |
Installation Count | 2,654 |
Current Version | 1.1.0 |
Last Updated | 2022-12-05 |
Publish Date | 2022-10-21 |
Rating | 4.50/5 Total 2 Ratings |
Developer | TKOxff |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Toss To Papago", "version": "1.1.0", "description": "Toss selected text to Papago the AI Translator", "icons": { "16": "icons\/TTT-16.png", "32": "icons\/TTT-32.png", "48": "icons\/TTT-48.png", "128": "icons\/TTT-128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_title": "Toss To Papago", "default_popup": "popup.html" }, "permissions": [ "storage", "contextMenus" ] } |