Distraction-Free New Tab with Dark Mode
Replace the default New Tab window with a blank screen to remove distractions.
Hvad er Distraction-Free New Tab with Dark Mode?
Distraction-Free New Tab with Dark Mode er en Chrome-udvidelse udviklet af https://DesignerWhoCodes.de • Andre Fuchs, og dens hovedfunktion er "Replace the default New Tab window with a blank screen to remove distractions.".
Udvidelsesskærmbilleder
Download Distraction-Free New Tab with Dark Mode-udvidelses-CRX-fil
Download Distraction-Free New Tab with Dark Mode-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension replaces the default New Tab window with a blank screen to remove distractions.
* Free, no tracking, no ads
* Dark Mode support
* Fast
* No permissions required
* Minimalist icon design
Install now: Distraction-Free New Tab with Dark Mode Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kneglhaaolciikkhapjoppebfcddphoc |
| Officiel URL | https://chromewebstore.google.com/detail/distraction-free-new-tab/kneglhaaolciikkhapjoppebfcddphoc |
| Beskrivelse | Replace the default New Tab window with a blank screen to remove distractions. |
| Filstørrelse | 8.04 KB |
| Antal Installationer | 27 |
| Nuværende Version | 0.3 |
| Senest Opdateret | 2020-04-23 |
| Udgivelsesdato | 2020-04-23 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | https://DesignerWhoCodes.de • Andre Fuchs |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Distraction-Free New Tab with Dark Mode",
"description": "Replace the default New Tab window with a blank screen to remove distractions.",
"version": "0.3",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "icon16.png",
"128": "icon128.png"
}
} | |