My New Tab

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

Co to jest My New Tab?

My New Tab to rozszerzenie Chrome opracowane przez Perfect Things, a jego główną funkcją jest „Replace newtab with any url & keep the addres bar clean!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia My New Tab

Pobierz pliki rozszerzeń My New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa My New Tab My New Tab
ID mnecfcpcjodmnejjbonbbcoggjincejc
Oficjalny URL https://chrome.google.com/webstore/detail/my-new-tab/mnecfcpcjodmnejjbonbbcoggjincejc
Opis Replace newtab with any url & keep the addres bar clean!
Rozmiar pliku 14.71 KB
Liczba instalacji 43
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2015-02-10
Data Publikacji 2015-02-10
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper Perfect Things
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/tborychowski/mynewtab
Obsługiwane Języki 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
    }
}