Custom New Tab

A clean custom new tab page designed for minimum distraction.

ما هو Custom New Tab؟

Custom New Tab هو إضافة Chrome تم تطويرها بواسطة Josephus Paye II، والميزة الرئيسية لها هي "A clean custom new tab page designed for minimum distraction.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Custom New Tab

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

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

                        Replaces the new tab page with a clean, minimal design that shows favorite sites, installed apps and links from a selected bookmarks folder.                    

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

الاسم Custom New Tab Custom New Tab
ID aiakclopdahdkjkfmbklnocpheohodnn
عنوان URL الرسمي https://chromewebstore.google.com/detail/custom-new-tab/aiakclopdahdkjkfmbklnocpheohodnn
الوصف A clean custom new tab page designed for minimum distraction.
حجم الملف 121 KB
عدد التثبيتات 360
النسخة الحالية 1.0
آخر تحديث 2014-08-02
تاريخ النشر 2014-08-02
تقييم 3.25/5 مجموع تقييمات 4
المطور Josephus Paye II
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Custom New Tab",
    "description": "A clean custom new tab page designed for minimum distraction.",
    "author": "Josephus Paye II",
    "version": "1.0",
    "icons": {
        "128": "assets\/images\/icon_128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "management",
        "bookmarks",
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "chrome_url_overrides": {
        "newtab": "page.html"
    }
}