Your New Tab Page

Overrides the new tab page on Chrome with a more elegant and simple design.

ما هو Your New Tab Page؟

Your New Tab Page هو إضافة Chrome تم تطويرها بواسطة disregarding standards، والميزة الرئيسية لها هي "Overrides the new tab page on Chrome with a more elegant and simple design.".

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

screenshot
screenshot
screenshot

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

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

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

                        Allows you to customize your new tab page by adding whatever links you want, and not be stuck with the default 8.

You are now able to customize the font and background color.
Under "Settings", enter colors in hex (#FFFFFF is white) notation.

Uses:
- Place new links to your favorite websites
- Keep track of your packages by adding a link
- Have more, or less, than just 8 links.


Todo:
- Ability to sort the links
- Provide weather information
- Add a to-do list                    

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

الاسم Your New Tab Page Your New Tab Page
ID daeegpekhhgennllidlchmpaamfjhnfk
عنوان URL الرسمي https://chromewebstore.google.com/detail/your-new-tab-page/daeegpekhhgennllidlchmpaamfjhnfk
الوصف Overrides the new tab page on Chrome with a more elegant and simple design.
حجم الملف 160 KB
عدد التثبيتات 10
النسخة الحالية 1.4
آخر تحديث 2014-01-25
تاريخ النشر 2014-01-25
تقييم 5.00/5 مجموع تقييمات 1
المطور disregarding standards
نوع الدفع free
موقع الإضافة https://github.com/yvescourtois/your-new-tab-page
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Your New Tab Page",
    "description": "Overrides the new tab page on Chrome with a more elegant and simple design.",
    "version": "1.4",
    "manifest_version": 2,
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "topSites",
        "http:\/\/query.yahooapis.com\/"
    ],
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "blank.gif"
    },
    "background": {
        "scripts": [
            "includes\/jquery-1.10.2.min.js",
            "includes\/bootstrap.min.js",
            "includes\/events.js",
            "includes\/ready.js"
        ]
    }
}