My New Tab

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

Co je My New Tab?

My New Tab je rozšíření Chrome vyvinuté Perfect Things, a jeho hlavní funkcí je „Replace newtab with any url & keep the addres bar clean!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření My New Tab

Stáhněte si soubory rozšíření My New Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název My New Tab My New Tab
ID mnecfcpcjodmnejjbonbbcoggjincejc
Oficiální URL https://chrome.google.com/webstore/detail/my-new-tab/mnecfcpcjodmnejjbonbbcoggjincejc
Popis Replace newtab with any url & keep the addres bar clean!
Velikost souboru 14.71 KB
Počet instalací 43
Aktuální Verze 2.1
Poslední Aktualizace 2015-02-10
Datum Vydání 2015-02-10
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář Perfect Things
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/tborychowski/mynewtab
Podporované Jazyky 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
    }
}