Replace NewTab
An extension to configure new tabs.
Wat is Replace NewTab?
Replace NewTab is een Chrome-extensie ontwikkeld door developer.waieight., en de belangrijkste functie is "An extension to configure new tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Replace NewTab
Download Replace NewTab-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
By setting a URL, the URL will be set from the new tab. Basisinformatie over de Extensie
| Naam | |
| ID | hdacjmeajjdhbgmmeoebpklfmloifahh |
| Officiële URL | https://chromewebstore.google.com/detail/replace-newtab/hdacjmeajjdhbgmmeoebpklfmloifahh |
| Beschrijving | An extension to configure new tabs. |
| Bestandsgrootte | 9.29 KB |
| Aantal Installaties | 358 |
| Huidige Versie | 0.0.1.61 |
| Laatst Bijgewerkt | 2024-01-22 |
| Publicatiedatum | 2020-06-06 |
| Beoordeling | 4.25/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | developer.waieight. |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://waieight.hatenablog.jp/ |
| URL van de Privacybeleid Pagina | https://waieight.hatenablog.jp/entry/2021/03/23/180238 |
| Ondersteunde Talen | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Replace NewTab",
"version": "1.0.1.61",
"version_name": "0.0.1.61",
"description": "__MSG_extDescription__",
"default_locale": "en",
"icons": {
"128": "\/icon\/icon_128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"webNavigation"
],
"chrome_url_overrides": {
"newtab": "\/html\/newtab.html"
},
"action": {
"default_icon": {
"19": "\/icon\/icon_128.png"
},
"default_title": "Create replace URL",
"default_popup": "\/html\/popup.html"
}
} | |