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
官方網址 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"
    }
}