My New Tab

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

Vad är My New Tab?

My New Tab är en Chrome-tillägg utvecklad av Perfect Things, och dess huvudfunktion är "Replace newtab with any url & keep the addres bar clean!".

Tilläggsskärmbilder

screenshot

Ladda ner My New Tab-förlängningens CRX-fil

Ladda ner My New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn My New Tab My New Tab
ID mnecfcpcjodmnejjbonbbcoggjincejc
Officiell webbadress https://chrome.google.com/webstore/detail/my-new-tab/mnecfcpcjodmnejjbonbbcoggjincejc
Beskrivning Replace newtab with any url & keep the addres bar clean!
Filstorlek 14.71 KB
Antal Installationer 43
Aktuell Version 2.1
Senast Uppdaterad 2015-02-10
Publiceringsdatum 2015-02-10
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare Perfect Things
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/tborychowski/mynewtab
Stödda Språk 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
    }
}