ZeroTab - Empty New Tab Page
With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
Hvad er ZeroTab - Empty New Tab Page?
ZeroTab - Empty New Tab Page er en Chrome-udvidelse udviklet af Yauheni Pakala, og dens hovedfunktion er "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.".
Udvidelsesskærmbilleder
Download ZeroTab - Empty New Tab Page-udvidelses-CRX-fil
Download ZeroTab - Empty New Tab Page-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
With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails. With additional options, for example: custom background color. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | anbfanbhcjohnkjjccckagjcmolhhdgd |
| Officiel URL | https://chromewebstore.google.com/detail/zerotab-empty-new-tab-pag/anbfanbhcjohnkjjccckagjcmolhhdgd |
| Beskrivelse | With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails. |
| Filstørrelse | 7.76 KB |
| Antal Installationer | 25 |
| Nuværende Version | 1.0.1 |
| Senest Opdateret | 2021-12-11 |
| Udgivelsesdato | 2019-03-09 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | Yauheni Pakala |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/wcoder/ZeroTab |
| Hjælpeside-URL | https://github.com/wcoder/ZeroTab/issues |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ZeroTab - Empty New Tab Page",
"version": "1.0.1",
"short_name": "ZeroTab",
"description": "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.",
"icons": {
"128": "icon_128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"options_page": "options.html",
"permissions": [
"storage"
]
} | |