My New Tab
Replace newtab with any url & keep the addres bar clean!
Was ist My New Tab?
My New Tab ist eine Chrome-Erweiterung, die von Perfect Things entwickelt wurde, und ihr Hauptmerkmal ist "Replace newtab with any url & keep the addres bar clean!".
Erweiterungsscreenshots
My New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie My New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | mnecfcpcjodmnejjbonbbcoggjincejc |
Offizielle URL | https://chrome.google.com/webstore/detail/my-new-tab/mnecfcpcjodmnejjbonbbcoggjincejc |
Beschreibung | Replace newtab with any url & keep the addres bar clean! |
Dateigröße | 14.71 KB |
Installationsanzahl | 43 |
Aktuelle Version | 2.1 |
Letztes Update | 2015-02-10 |
Veröffentlichungsdatum | 2015-02-10 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | Perfect Things |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/tborychowski/mynewtab |
Unterstützte Sprachen | 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 } } |