Replace NewTab

An extension to configure new tabs.

ما هو Replace NewTab؟

Replace NewTab هو إضافة Chrome تم تطويرها بواسطة developer.waieight.، والميزة الرئيسية لها هي "An extension to configure new tabs.".

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

screenshot

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

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

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

                        By setting a URL, the URL will be set from the new tab.                    

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

الاسم Replace NewTab Replace NewTab
ID hdacjmeajjdhbgmmeoebpklfmloifahh
عنوان URL الرسمي https://chromewebstore.google.com/detail/replace-newtab/hdacjmeajjdhbgmmeoebpklfmloifahh
الوصف An extension to configure new tabs.
حجم الملف 9.29 KB
عدد التثبيتات 358
النسخة الحالية 0.0.1.61
آخر تحديث 2024-01-22
تاريخ النشر 2020-06-06
تقييم 4.25/5 مجموع تقييمات 4
المطور developer.waieight.
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://waieight.hatenablog.jp/
عنوان صفحة سياسة الخصوصية https://waieight.hatenablog.jp/entry/2021/03/23/180238
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Replace NewTab",
    "version": "1.0.1.61",
    "version_name": "0.0.1.61",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "\/icon\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "chrome_url_overrides": {
        "newtab": "\/html\/newtab.html"
    },
    "action": {
        "default_icon": {
            "19": "\/icon\/icon_128.png"
        },
        "default_title": "Create replace URL",
        "default_popup": "\/html\/popup.html"
    }
}