Toss To Papago
Toss selected text to Papago the AI Translator
Qu'est-ce que Toss To Papago ?
Toss To Papago est une extension Chrome développée par TKOxff, et sa fonction principale est "Toss selected text to Papago the AI Translator".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Toss To Papago
Téléchargez les fichiers d'extension Toss To Papago au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | Toss To Papago |
ID | mogococfigmacggnaonciboalpiooiln |
URL Officiel | https://chromewebstore.google.com/detail/toss-to-papago/mogococfigmacggnaonciboalpiooiln |
Description | Toss selected text to Papago the AI Translator |
Taille du Fichier | 394 KB |
Nombre d'Installations | 2,654 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2022-12-05 |
Date de Publication | 2022-10-21 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | TKOxff |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |