simple translate - google网页翻译
google网页翻译
Qu'est-ce que simple translate - google网页翻译 ?
simple translate - google网页翻译 est une extension Chrome développée par xxxxst, et sa fonction principale est "google网页翻译".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension simple translate - google网页翻译
Téléchargez les fichiers d'extension simple translate - google网页翻译 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
simple translate - google网页翻译 在新标签页中打开google网页翻译界面:https://translate.google.com/translate?... source code https://github.com/xxxxst/chromeExtensionSimpleTranslate
Informations de Base sur l'Extension
Nom | simple translate - google网页翻译 |
ID | jnnifhpbkkodhfneckeloephjcopmlcd |
URL Officiel | https://chromewebstore.google.com/detail/simple-translate-google%E7%BD%91%E9%A1%B5/jnnifhpbkkodhfneckeloephjcopmlcd |
Description | google网页翻译 |
Taille du Fichier | 12.62 KB |
Nombre d'Installations | 3,000 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2018-12-11 |
Date de Publication | 2018-12-10 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | xxxxst |
Type de Paiement | free |
Langues Prises en Charge | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "simple translate - google\u7f51\u9875\u7ffb\u8bd1", "version": "1.0.2", "manifest_version": 2, "description": "google\u7f51\u9875\u7ffb\u8bd1", "background": { "scripts": [ "popup.js" ] }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon24.png", "": "" }, "permissions": [ "tabs" ] } |