WordUp

Word Up Extension

WordUpとは何ですか?

WordUpはlearningmadelazyによって開発されたChromeの拡張機能で、その主な機能は「Word Up Extension」です。

拡張機能のスクリーンショット

screenshot

WordUp拡張機能のCRXファイルをダウンロード

WordUp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        a tool that increases a users vocabulary while simultaneously tracking metrics that relate to how frequent an individual is aware of terms they have not previously encountered                    

拡張機能の基本情報

名前 WordUp WordUp
ID ghjjpmcbdidjlmghhfmphbjllkhmaaof
公式URL https://chromewebstore.google.com/detail/wordup/ghjjpmcbdidjlmghhfmphbjllkhmaaof
説明 Word Up Extension
ファイルサイズ 247 KB
インストール数 40
現在のバージョン 1.3
最終更新日 2021-02-03
公開日 2020-09-22
開発者 learningmadelazy
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WordUp",
    "description": "Word Up Extension",
    "version": "1.3",
    "manifest_version": 2,
    "omnibox": {
        "keyword": "nt"
    },
    "icons": {
        "16": "search16.png",
        "32": "search32.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "ExtensionIcon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com; object-src 'self'",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens hello.html"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "Html\/Toolbar.js",
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "Html\/Toolbar.html",
        "Html\/Toolbar.css",
        "Html\/ItemTemplate\/WordListItemTemplate.html",
        "Html\/Graph.html",
        "Html\/Graph.js",
        "Popup.js"
    ]
}