Replace NewTab
An extension to configure new tabs.
Vad är Replace NewTab?
Replace NewTab är en Chrome-tillägg utvecklad av developer.waieight., och dess huvudfunktion är "An extension to configure new tabs.".
Tilläggsskärmbilder
Ladda ner Replace NewTab-förlängningens CRX-fil
Ladda ner Replace NewTab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        By setting a URL, the URL will be set from the new tab.                     Grundläggande Information om Tillägg
| Namn |  | 
| ID | hdacjmeajjdhbgmmeoebpklfmloifahh | 
| Officiell webbadress | https://chromewebstore.google.com/detail/replace-newtab/hdacjmeajjdhbgmmeoebpklfmloifahh | 
| Beskrivning | An extension to configure new tabs. | 
| Filstorlek | 9.29 KB | 
| Antal Installationer | 358 | 
| Aktuell Version | 0.0.1.61 | 
| Senast Uppdaterad | 2024-01-22 | 
| Publiceringsdatum | 2020-06-06 | 
| Betyg | 4.25/5 Totalt 4 Betyg | 
| Utvecklare | developer.waieight. | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://waieight.hatenablog.jp/ | 
| URL till Sekretesspolicy Sidan | https://waieight.hatenablog.jp/entry/2021/03/23/180238 | 
| Stödda Språk | 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"
    }
} | |