Custom New Tab Background
Set a custom new tab background or wallpaper. Just that, nothing else. Make sure the image is smaller than 5 MB
Vad är Custom New Tab Background?
Custom New Tab Background är en Chrome-tillägg utvecklad av Subash Pathak, och dess huvudfunktion är "Set a custom new tab background or wallpaper. Just that, nothing else. Make sure the image is smaller than 5 MB".
Tilläggsskärmbilder
Ladda ner Custom New Tab Background-förlängningens CRX-fil
Ladda ner Custom New Tab Background-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
Set a custom background image or wallpaper on new tab page.
Icon by lexacahyani from the Noun Project Grundläggande Information om Tillägg
| Namn | |
| ID | odkemkdbjdjlpipmdmnidmcbjnchpghm |
| Officiell webbadress | https://chromewebstore.google.com/detail/custom-new-tab-background/odkemkdbjdjlpipmdmnidmcbjnchpghm |
| Beskrivning | Set a custom new tab background or wallpaper. Just that, nothing else. Make sure the image is smaller than 5 MB |
| Filstorlek | 244 KB |
| Antal Installationer | 13,571 |
| Aktuell Version | 1.0.4 |
| Senast Uppdaterad | 2021-04-15 |
| Publiceringsdatum | 2019-04-10 |
| Betyg | 3.80/5 Totalt 45 Betyg |
| Utvecklare | Subash Pathak |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/Subash/chrome-custom-new-tab-background |
| Hjälpsida URL | https://github.com/Subash/chrome-custom-new-tab-background |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Custom New Tab Background",
"version": "1.0.4",
"description": "Set a custom new tab background or wallpaper. Just that, nothing else. Make sure the image is smaller than 5 MB",
"chrome_url_overrides": {
"newtab": "tab.html"
}
} | |