Wordy Changey

It changes words

Wordy Changeyとは何ですか?

Wordy ChangeyはP1g3oNによって開発されたChromeの拡張機能で、その主な機能は「It changes words」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        It changes any words you want.

Way easier to use than Word Replacer II! Just press the icon in the top right corner.                    

拡張機能の基本情報

名前 Wordy Changey Wordy Changey
ID ahpimaknanndebgdfdbcgibblcpdelde
公式URL https://chromewebstore.google.com/detail/wordy-changey/ahpimaknanndebgdfdbcgibblcpdelde
説明 It changes words
ファイルサイズ 53.07 KB
インストール数 40
現在のバージョン 1.0
最終更新日 2020-11-13
公開日 2018-10-16
評価 4.00/5 合計 2 レビュー
開発者 P1g3oN
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wordy Changey",
    "version": "1.0",
    "description": "It changes words",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon16.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}