switch-document

Click to switch document

什么是switch-document?

switch-document是由DiamondYuan开发的Chrome扩展程序,该扩展的主要功能是“Click to switch document”。

扩展截图

screenshot

下载switch-document扩展crx文件

下载switch-document扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 switch-document switch-document
ID icojdhhggneapoiebbdgilahidgkfpph
官方URL https://chromewebstore.google.com/detail/switch-document/icojdhhggneapoiebbdgilahidgkfpph
简介 Click to switch document
文件大小 1008 KB
安装次数 17
当前版本 0.7
更新时间 2019-08-23
上架时间 2019-08-22
评分 5.00/5 共1次评分
开发者 DiamondYuan
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}