New Tab Page

Google Now new tab page.

Apa itu New Tab Page?

New Tab Page adalah ekstensi Chrome yang dikembangkan oleh http://new-tab.info, dan fitur utamanya adalah "Google Now new tab page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi New Tab Page

Unduh file ekstensi 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

                        This iextensions adds a Google Search box, voice search, weather, news, and more to your new tab page.
Note: The options are accessed from Menu > Extensions > New Tab Page > Options.
If the temperature units don't change right away, try restarting Chrome.                    

Informasi Dasar Ekstensi

Nama New Tab Page New Tab Page
ID kkcifijnkpndhedcpfkiokilpeeiblap
URL Resmi https://chrome.google.com/webstore/detail/new-tab-page/kkcifijnkpndhedcpfkiokilpeeiblap
Deskripsi Google Now new tab page.
Ukuran File 1.58 MB
Jumlah Instalasi 12
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-05-16
Tanggal Publikasi 2016-05-16
Penilaian 5.00/5 Total 4 Penilaian
Pengembang http://new-tab.info
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://chromereload.net/siteprivacy.html
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "chrome:\/\/favicon\/",
        "sessions",
        "idle",
        "history",
        "management",
        "storage",
        "topSites",
        "webRequest",
        "webRequestBlocking",
        "geolocation",
        "*:\/\/*\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "options.html"
}