switch-document

Click to switch document

What is switch-document?

switch-document is a Chrome extension developed by DiamondYuan, and its main feature is "Click to switch document".

Extension Screenshots

screenshot

Download switch-document Extension CRX File

Download switch-document extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A useful Chrome plugin that converts English documents into Chinese documents with one click. Or convert Chinese documents into English documents.                    

Extension Basic Information

Name switch-document switch-document
ID icojdhhggneapoiebbdgilahidgkfpph
Official URL https://chromewebstore.google.com/detail/switch-document/icojdhhggneapoiebbdgilahidgkfpph
Description Click to switch document
File Size 1008 KB
Installation Count 17
Current Version 0.7
Last Updated 2019-08-23
Publish Date 2019-08-22
Rating 5.00/5 Total 1 Ratings
Developer DiamondYuan
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}