Word Replacer

Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the…

ما هو Word Replacer؟

Word Replacer هو إضافة Chrome تم تطويرها بواسطة modulusdevs، والميزة الرئيسية لها هي "Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the…".

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

screenshot

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

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

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

                        Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the new body of text to the clipboard. This works well in situations where you quickly need one word replaced in a body of text.                    

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

الاسم Word Replacer Word Replacer
ID hfpjfkbenhdblefkfdlccgkagcfmkadk
عنوان URL الرسمي https://chromewebstore.google.com/detail/word-replacer/hfpjfkbenhdblefkfdlccgkagcfmkadk
الوصف Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the…
حجم الملف 9.34 KB
عدد التثبيتات 1,140
النسخة الحالية 0.3
آخر تحديث 2020-06-12
تاريخ النشر 2020-06-12
تقييم 2.33/5 مجموع تقييمات 3
المطور modulusdevs
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/milnorms/word-replacer-chrome
عنوان صفحة المساعدة https://github.com/milnorms/word-replacer-chrome
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Replacer",
    "version": "0.3",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "content.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Word Replacer"
    }
}