New Tab with Apps

Override the new tab page with Google Chrome Apps page, does not need many permissions

Apa itu New Tab with Apps?

New Tab with Apps adalah ekstensi Chrome yang dikembangkan oleh https://sites.google.com/site/sandeshmore, dan fitur utamanya adalah "Override the new tab page with Google Chrome Apps page, does not need many permissions".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi New Tab with Apps

Unduh file ekstensi New Tab with Apps 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

                        Changes the new tab with apps tab. This extension does not need any special permissions apart from tabs access.                    

Informasi Dasar Ekstensi

Nama New Tab with Apps New Tab with Apps
ID ccahedhbdoiklejagbfhklgmhefagpgd
URL Resmi https://chromewebstore.google.com/detail/new-tab-with-apps/ccahedhbdoiklejagbfhklgmhefagpgd
Deskripsi Override the new tab page with Google Chrome Apps page, does not need many permissions
Ukuran File 10.12 KB
Jumlah Instalasi 401
Versi Saat Ini 0.2
Terakhir Diperbarui 2014-04-04
Tanggal Publikasi 2014-04-03
Penilaian 3.00/5 Total 3 Penilaian
Pengembang https://sites.google.com/site/sandeshmore
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab with Apps",
    "description": "Override the new tab page with Google Chrome Apps page, does not need many permissions",
    "version": "0.2",
    "chrome_url_overrides": {
        "newtab": "new_tab_chrome_apps.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "allapps16.png",
        "48": "allapps48.png",
        "128": "allapps128.png"
    },
    "manifest_version": 2
}