Upword

Increase your vocabulary with this simple extension

What is Upword?

Upword is a Chrome extension developed by Unknown, and its main feature is "Increase your vocabulary with this simple extension".

Extension Screenshots

Download Upword Extension CRX File

Download Upword 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

                        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).                    

Extension Basic Information

Name Upword Upword
ID caccnpmojcgaglgnmbchfodecmfkcjkl
Official URL https://chromewebstore.google.com/detail/upword/caccnpmojcgaglgnmbchfodecmfkcjkl
Description Increase your vocabulary with this simple extension
File Size 885 KB
Installation Count 110
Current Version 0.1.0.1
Last Updated 2017-03-14
Publish Date 2017-03-14
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/winstonjz/Upword
Help Page URL https://github.com/winstonjz/Upword
Supported Languages 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"
    ]
}