switch-document
Click to switch document
Vad är switch-document?
switch-document är en Chrome-tillägg utvecklad av DiamondYuan, och dess huvudfunktion är "Click to switch document".
Tilläggsskärmbilder
Ladda ner switch-document-förlängningens CRX-fil
Ladda ner switch-document-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A useful Chrome plugin that converts English documents into Chinese documents with one click. Or convert Chinese documents into English documents.
Grundläggande Information om Tillägg
Namn | switch-document |
ID | icojdhhggneapoiebbdgilahidgkfpph |
Officiell webbadress | https://chromewebstore.google.com/detail/switch-document/icojdhhggneapoiebbdgilahidgkfpph |
Beskrivning | Click to switch document |
Filstorlek | 1008 KB |
Antal Installationer | 17 |
Aktuell Version | 0.7 |
Senast Uppdaterad | 2019-08-23 |
Publiceringsdatum | 2019-08-22 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | DiamondYuan |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |