X Word Replacer

Quickly replacing words in web pages

ما هو X Word Replacer؟

X Word Replacer هو إضافة Chrome تم تطويرها بواسطة https://pughtml.com، والميزة الرئيسية لها هي "Quickly replacing words in web pages".

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

screenshot

تحميل ملف CRX للإضافة X Word Replacer

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

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

                        X Words Replacer is a tool for office used for search and replace words in any field of text (input, textarea, paragraph...) on web pages.                    

معلومات أساسية عن التمديد

الاسم X Word Replacer X Word Replacer
ID efcnkaeocmkpckkenjinmdgkbjhajoca
عنوان URL الرسمي https://chromewebstore.google.com/detail/x-word-replacer/efcnkaeocmkpckkenjinmdgkbjhajoca
الوصف Quickly replacing words in web pages
حجم الملف 59.38 KB
عدد التثبيتات 968
النسخة الحالية 1.0.4.1
آخر تحديث 2024-02-26
تاريخ النشر 2018-05-02
تقييم 4.25/5 مجموع تقييمات 12
المطور https://pughtml.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://viet.pughtml.com
عنوان صفحة المساعدة https://viet.pughtml.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "X Word Replacer",
    "description": "Quickly replacing words in web pages",
    "version": "1.0.4.1",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "X Word Replacer",
        "default_popup": "index.html",
        "default_icon": "images\/icon_128.png"
    },
    "icons": {
        "128": "favicon.png"
    },
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content-script.js"
            ],
            "css": [
                "content\/styles.css"
            ]
        }
    ],
    "offline_enabled": true
}