My New Tab

Replace newtab with any url & keep the addres bar clean!

Apa itu My New Tab?

My New Tab adalah ekstensi Chrome yang dikembangkan oleh Perfect Things, dan fitur utamanya adalah "Replace newtab with any url & keep the addres bar clean!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi My New Tab

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

                        Replace your new tab with any url keeping the address bar clean!

The html page is injected to an iframe, so there is one requirement:
the line below must be placed in  of the injected page:

This will make the links to open in the top frame and everything should work great!                    

Informasi Dasar Ekstensi

Nama My New Tab My New Tab
ID mnecfcpcjodmnejjbonbbcoggjincejc
URL Resmi https://chrome.google.com/webstore/detail/my-new-tab/mnecfcpcjodmnejjbonbbcoggjincejc
Deskripsi Replace newtab with any url & keep the addres bar clean!
Ukuran File 14.71 KB
Jumlah Instalasi 43
Versi Saat Ini 2.1
Terakhir Diperbarui 2015-02-10
Tanggal Publikasi 2015-02-10
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Perfect Things
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/tborychowski/mynewtab
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My New Tab",
    "version": "2.1",
    "description": "Replace newtab with any url & keep the addres bar clean!",
    "manifest_version": 2,
    "icons": {
        "128": "img\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "homepage_url": "https:\/\/github.com\/tborychowski\/mynewtab",
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "settings.html",
        "chrome_style": true
    }
}