Change New Tab
Allows you to change New Tab page to your specific URL.
Vad är Change New Tab?
Change New Tab är en Chrome-tillägg utvecklad av Make it Simpler, och dess huvudfunktion är "Allows you to change New Tab page to your specific URL.".
Tilläggsskärmbilder
Ladda ner Change New Tab-förlängningens CRX-fil
Ladda ner Change New Tab-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
Simple.
Minimalist.
Effective.
Size: 8 kB Grundläggande Information om Tillägg
| Namn | |
| ID | mocklpfdimiadpbgamlgehpgpodggahe |
| Officiell webbadress | https://chromewebstore.google.com/detail/change-new-tab/mocklpfdimiadpbgamlgehpgpodggahe |
| Beskrivning | Allows you to change New Tab page to your specific URL. |
| Filstorlek | 8.37 KB |
| Antal Installationer | 12,184 |
| Aktuell Version | 3.1 |
| Senast Uppdaterad | 2024-02-20 |
| Publiceringsdatum | 2017-10-01 |
| Betyg | 4.19/5 Totalt 69 Betyg |
| Utvecklare | Make it Simpler |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"version": "3.1",
"description": "__MSG_extDes__",
"default_locale": "en",
"chrome_url_overrides": {
"newtab": "res\/new.htm"
},
"icons": {
"48": "res\/0.png",
"128": "res\/1.png"
},
"background": {
"service_worker": "res\/background.js"
},
"options_ui": {
"page": "res\/options.htm",
"open_in_tab": true
},
"permissions": [
"storage"
]
} | |