My New Tab
Replace newtab with any url & keep the addres bar clean!
Wat is My New Tab?
My New Tab is een Chrome-extensie ontwikkeld door Perfect Things, en de belangrijkste functie is "Replace newtab with any url & keep the addres bar clean!".
Extensie Screenshots
Download het CRX-bestand van de extensie My New Tab
Download My New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | mnecfcpcjodmnejjbonbbcoggjincejc |
Officiële URL | https://chrome.google.com/webstore/detail/my-new-tab/mnecfcpcjodmnejjbonbbcoggjincejc |
Beschrijving | Replace newtab with any url & keep the addres bar clean! |
Bestandsgrootte | 14.71 KB |
Aantal Installaties | 43 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2015-02-10 |
Publicatiedatum | 2015-02-10 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Perfect Things |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/tborychowski/mynewtab |
Ondersteunde Talen | 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 } } |