switch-document
Click to switch document
Qu'est-ce que switch-document ?
switch-document est une extension Chrome développée par DiamondYuan, et sa fonction principale est "Click to switch document".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension switch-document
Téléchargez les fichiers d'extension switch-document 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
A useful Chrome plugin that converts English documents into Chinese documents with one click. Or convert Chinese documents into English documents. Informations de Base sur l'Extension
| Nom | |
| ID | icojdhhggneapoiebbdgilahidgkfpph |
| URL Officiel | https://chromewebstore.google.com/detail/switch-document/icojdhhggneapoiebbdgilahidgkfpph |
| Description | Click to switch document |
| Taille du Fichier | 1008 KB |
| Nombre d'Installations | 17 |
| Version Actuelle | 0.7 |
| Dernière Mise à Jour | 2019-08-23 |
| Date de Publication | 2019-08-22 |
| Évaluation | 5.00/5 Total 1 Évaluations |
| Développeur | DiamondYuan |
| [email protected] | |
| Type de Paiement | free |
| Langues Prises en Charge | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "switch-document",
"description": "Click to switch document",
"version": "0.7",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"author": "DiamondYuan",
"icons": {
"128": "default.png"
},
"homepage_url": "https:\/\/github.com\/DiamondYuan\/switch-document",
"permissions": [
"tabs",
"https:\/\/raw.githubusercontent.com\/DiamondYuan\/switch-document\/master\/data.json"
],
"manifest_version": 2,
"browser_action": {
"name": "Click to switch document"
}
} | |