Wordy Changey

It changes words

ما هو Wordy Changey؟

Wordy Changey هو إضافة Chrome تم تطويرها بواسطة P1g3oN، والميزة الرئيسية لها هي "It changes words".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Wordy Changey

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

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

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