Maple NewTab
Enhance your new tab experience with a comfortable and refreshing design.
Co to jest Maple NewTab?
Maple NewTab to rozszerzenie Chrome opracowane przez https://maple.tw93.fun, a jego główną funkcją jest „Enhance your new tab experience with a comfortable and refreshing design.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Maple NewTab
Pobierz pliki rozszerzeń Maple NewTab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Replace the original default label page and give users a simple alternative page. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fobmbldflolfooglijmbibmnhoflbjlb |
| Oficjalny URL | https://chromewebstore.google.com/detail/maple-newtab/fobmbldflolfooglijmbibmnhoflbjlb |
| Opis | Enhance your new tab experience with a comfortable and refreshing design. |
| Rozmiar pliku | 17.72 KB |
| Liczba instalacji | 133 |
| Aktualna Wersja | 1.10 |
| Ostatnia Aktualizacja | 2023-09-15 |
| Data Publikacji | 2023-08-09 |
| Deweloper | https://maple.tw93.fun |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/tw93/Maple |
| Adres URL Strony Pomocy | https://github.com/tw93/Maple/issues |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Maple NewTab",
"description": "Enhance your new tab experience with a comfortable and refreshing design.",
"version": "1.10",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"optional_host_permissions": [
"*:\/\/*\/*"
],
"icons": {
"16": "logo.png",
"48": "logo.png",
"128": "logo.png"
}
} | |