ZeroTab - Empty New Tab Page
With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
Vad är ZeroTab - Empty New Tab Page?
ZeroTab - Empty New Tab Page är en Chrome-tillägg utvecklad av Yauheni Pakala, och dess huvudfunktion är "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.".
Tilläggsskärmbilder
Ladda ner ZeroTab - Empty New Tab Page-förlängningens CRX-fil
Ladda ner ZeroTab - Empty New Tab Page-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
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äggande Information om Tillägg
| Namn | |
| ID | anbfanbhcjohnkjjccckagjcmolhhdgd |
| Officiell webbadress | https://chromewebstore.google.com/detail/zerotab-empty-new-tab-pag/anbfanbhcjohnkjjccckagjcmolhhdgd |
| Beskrivning | With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails. |
| Filstorlek | 7.76 KB |
| Antal Installationer | 25 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2021-12-11 |
| Publiceringsdatum | 2019-03-09 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Yauheni Pakala |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/wcoder/ZeroTab |
| Hjälpsida URL | https://github.com/wcoder/ZeroTab/issues |
| Stödda Språk | 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"
]
} | |