WAM: WordSeeker

Word, Picture, Record, Look for inspiration.

ما هو WAM: WordSeeker؟

WAM: WordSeeker هو إضافة Chrome تم تطويرها بواسطة xfcdxg1987، والميزة الرئيسية لها هي "Word, Picture, Record, Look for inspiration.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة WAM: WordSeeker

قم بتنزيل ملفات الامتداد WAM: WordSeeker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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"
    ]
}