switch-document
Click to switch document
Hvad er switch-document?
switch-document er en Chrome-udvidelse udviklet af DiamondYuan, og dens hovedfunktion er "Click to switch document".
Udvidelsesskærmbilleder
Download switch-document-udvidelses-CRX-fil
Download switch-document-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A useful Chrome plugin that converts English documents into Chinese documents with one click. Or convert Chinese documents into English documents.
Grundlæggende oplysninger om udvidelsen
Navn | switch-document |
ID | icojdhhggneapoiebbdgilahidgkfpph |
Officiel URL | https://chromewebstore.google.com/detail/switch-document/icojdhhggneapoiebbdgilahidgkfpph |
Beskrivelse | Click to switch document |
Filstørrelse | 1008 KB |
Antal Installationer | 17 |
Nuværende Version | 0.7 |
Senest Opdateret | 2019-08-23 |
Udgivelsesdato | 2019-08-22 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | DiamondYuan |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |