Upword

Increase your vocabulary with this simple extension

什么是Upword?

Upword是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Increase your vocabulary with this simple extension”。

扩展截图

下载Upword扩展crx文件

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

扩展使用说明

                        Upword is a Chrome Extension for Gmail that allows user to quickly replace words with their synonyms. Upword can also be configured using a hotkey (in development).                    

扩展基本信息

名称 Upword Upword
ID caccnpmojcgaglgnmbchfodecmfkcjkl
官方URL https://chromewebstore.google.com/detail/upword/caccnpmojcgaglgnmbchfodecmfkcjkl
简介 Increase your vocabulary with this simple extension
文件大小 885 KB
安装次数 110
当前版本 0.1.0.1
更新时间 2017-03-14
上架时间 2017-03-14
评分 5.00/5 共1次评分
开发者 Unknown
付费类型 free
扩展官网 https://github.com/winstonjz/Upword
帮助页面URL https://github.com/winstonjz/Upword
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Upword",
    "description": "Increase your vocabulary with this simple extension",
    "version": "0.1.0.1",
    "background": {
        "scripts": [
            ".\/event\/event.js"
        ]
    },
    "browser_action": {
        "default_title": "Upword",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "content\/content.css"
            ],
            "js": [
                ".\/content\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "docs\/icons\/16.png",
        "48": "docs\/icons\/48.png",
        "128": "docs\/icons\/128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "*:\/\/mail.google.com\/*",
        "storage",
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/",
        "contextMenus"
    ]
}