Your New Tab Page

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

Apa itu Your New Tab Page?

Your New Tab Page adalah ekstensi Chrome yang dikembangkan oleh disregarding standards, dan fitur utamanya adalah "Overrides the new tab page on Chrome with a more elegant and simple design.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Your New Tab Page

Unduh file ekstensi Your New Tab Page dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Your New Tab Page Your New Tab Page
ID daeegpekhhgennllidlchmpaamfjhnfk
URL Resmi https://chromewebstore.google.com/detail/your-new-tab-page/daeegpekhhgennllidlchmpaamfjhnfk
Deskripsi Overrides the new tab page on Chrome with a more elegant and simple design.
Ukuran File 160 KB
Jumlah Instalasi 10
Versi Saat Ini 1.4
Terakhir Diperbarui 2014-01-25
Tanggal Publikasi 2014-01-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang disregarding standards
Tipe Pembayaran free
Situs Ekstensi https://github.com/yvescourtois/your-new-tab-page
Bahasa yang Didukung 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"
        ]
    }
}