Replace URL

Replace URL in the address bar.

ما هو Replace URL؟

Replace URL هو إضافة Chrome تم تطويرها بواسطة decoy123، والميزة الرئيسية لها هي "Replace URL in the address bar.".

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

screenshot

تحميل ملف CRX للإضافة Replace URL

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

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

                        Replace URL replace the specified words with new words in the address bar.

1. Please specify old words(or regular expressions) and new words on option page.

2. Click this extension's icon. And automatically move to the new URL.                    

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

الاسم Replace URL Replace URL
ID oeiokhhfnleodojlgieagmmcfglamnaa
عنوان URL الرسمي https://chromewebstore.google.com/detail/replace-url/oeiokhhfnleodojlgieagmmcfglamnaa
الوصف Replace URL in the address bar.
حجم الملف 171 KB
عدد التثبيتات 2,497
النسخة الحالية 1.0.2
آخر تحديث 2022-09-24
تاريخ النشر 2017-04-05
تقييم 3.29/5 مجموع تقييمات 17
المطور decoy123
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/decoy123/replace_url
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Replace URL",
    "version": "1.0.2",
    "description": "Replace URL in the address bar.",
    "icons": [],
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_icon": [],
        "default_title": "Replace URL"
    },
    "options_ui": {
        "page": ".\/src\/self\/html\/options.html"
    },
    "background": {
        "service_worker": ".\/src\/gen\/index.bundle.js"
    }
}