WAM: WordSeeker

Word, Picture, Record, Look for inspiration.

WAM: WordSeekerとは何ですか?

WAM: WordSeekerはxfcdxg1987によって開発されたChromeの拡張機能で、その主な機能は「Word, Picture, Record, Look for inspiration.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Beautiful photos、rolling words、quick note from WAM in your new tabs.                    

拡張機能の基本情報

名前 WAM: WordSeeker WAM: WordSeeker
ID mpejojclnbakefnlfmnkaaianojbicdk
公式URL https://chromewebstore.google.com/detail/wam-wordseeker/mpejojclnbakefnlfmnkaaianojbicdk
説明 Word, Picture, Record, Look for inspiration.
ファイルサイズ 249 KB
インストール数 176
現在のバージョン 4.6.0
最終更新日 2023-07-21
公開日 2022-03-14
開発者 xfcdxg1987
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.wenanmen.com/
対応言語 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_appDescription__",
    "version": "4.6.0",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "options_page": "",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "tabs"
    ]
}