Clarify

Clarify is a free, high quality dictionary app for all your devices.

Clarifyとは何ですか?

Clarifyはclarify.noによって開発されたChromeの拡張機能で、その主な機能は「Clarify is a free, high quality dictionary app for all your devices.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Clarify is a free, high quality dictionary app for all your devices.                    

拡張機能の基本情報

名前 Clarify Clarify
ID kkfbaklamcfabngfbkbkmefhckheemfb
公式URL https://chrome.google.com/webstore/detail/clarify/kkfbaklamcfabngfbkbkmefhckheemfb
説明 Clarify is a free, high quality dictionary app for all your devices.
ファイルサイズ 48.92 KB
インストール数 4,071
現在のバージョン 1.3
最終更新日 2023-02-07
公開日 2018-07-31
評価 5.00/5 合計 2 レビュー
開発者 clarify.no
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://app.clarify.no
プライバシーポリシーページのURL https://www.clarifylanguage.com/eula.html
対応言語 en-US
manifest.json
{
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "logo-19.png",
            "38": "logo-38.png"
        },
        "default_title": "Clarify"
    },
    "description": "Clarify is a free, high quality dictionary app for all your devices.",
    "icons": {
        "128": "logo-128.png",
        "16": "logo-16.png",
        "48": "logo-48.png"
    },
    "manifest_version": 2,
    "name": "Clarify",
    "permissions": [
        "activeTab",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3"
}