My New Tab

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

Qu'est-ce que My New Tab ?

My New Tab est une extension Chrome développée par Perfect Things, et sa fonction principale est "Replace newtab with any url & keep the addres bar clean!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension My New Tab

Téléchargez les fichiers d'extension My New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom My New Tab My New Tab
ID mnecfcpcjodmnejjbonbbcoggjincejc
URL Officiel https://chrome.google.com/webstore/detail/my-new-tab/mnecfcpcjodmnejjbonbbcoggjincejc
Description Replace newtab with any url & keep the addres bar clean!
Taille du Fichier 14.71 KB
Nombre d'Installations 43
Version Actuelle 2.1
Dernière Mise à Jour 2015-02-10
Date de Publication 2015-02-10
Évaluation 3.00/5 Total 2 Évaluations
Développeur Perfect Things
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/tborychowski/mynewtab
Langues Prises en Charge 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
    }
}