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"
    ]
}