iStart New Tab
Simple and practical start page
Was ist iStart New Tab?
iStart New Tab ist eine Chrome-Erweiterung, die von wetabgroup entwickelt wurde, und ihr Hauptmerkmal ist "Simple and practical start page".
Erweiterungsscreenshots
iStart New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie iStart 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
iStart New Tab is a Simple and practical start page. By clicking "Add to Chrome", I accept and agree to installing the: iStart New Tab extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in terms of use URL and Policy URL. Terms of Use: https://policies.extfans.com/policies/terms/iStart-New-Tab.html Privacy Policy:https://policies.extfans.com/policies/privacy/iStart-New-Tab.html Contact us: https://policies.extfans.com/policies/contact/iStart-New-Tab.html About us: https://policies.extfans.com/policies/about/iStart-New-Tab.html
Grundlegende Informationen zur Erweiterung
Name | iStart New Tab |
ID | dihekmadkkcgnffajefocfamnpimlhah |
Offizielle URL | https://chromewebstore.google.com/detail/istart-new-tab/dihekmadkkcgnffajefocfamnpimlhah |
Beschreibung | Simple and practical start page |
Dateigröße | 19.58 KB |
Installationsanzahl | 20,000 |
Aktuelle Version | 1.0.6 |
Letztes Update | 2023-06-15 |
Veröffentlichungsdatum | 2023-04-30 |
Bewertung | 4.60/5 Insgesamt 10 Bewertungen |
Entwickler | wetabgroup |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://policies.extfans.com/policies/privacy/iStart-New-Tab.html |
Unterstützte Sprachen | en |
manifest.json | |
{ "background": { "service_worker": "background\/background.js" }, "action": { "default_icon": { "128": "icons\/128.png", "32": "icons\/32.png", "48": "icons\/48.png", "96": "icons\/96.png" } }, "chrome_url_overrides": { "newtab": "index.html" }, "default_locale": "en", "description": "__MSG_extdesc__", "icons": { "128": "icons\/128.png", "32": "icons\/32.png", "48": "icons\/48.png", "96": "icons\/96.png" }, "manifest_version": 3, "name": "__MSG_extname__", "host_permissions": [ "https:\/\/*.istartnewtab.com\/", "https:\/\/istartnewtab.com\/" ], "permissions": [ "cookies" ], "optional_permissions": [], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.6" } |