Void New Tab
Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…
Co to jest Void New Tab?
Void New Tab to rozszerzenie Chrome opracowane przez Tom Day, a jego główną funkcją jest „Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Void New Tab
Pobierz pliki rozszerzeń Void New Tab 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
Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once installed type "help" into the search bar. Void is open source and proudly 100% free. You can find out more about Void and you can find its source code by typing "about" into the search bar. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hiljjibmhmmammdajeibdemkofflgnpf |
| Oficjalny URL | https://chromewebstore.google.com/detail/void-new-tab/hiljjibmhmmammdajeibdemkofflgnpf |
| Opis | Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once… |
| Rozmiar pliku | 143 KB |
| Liczba instalacji | 94 |
| Aktualna Wersja | 1.0.0.1 |
| Ostatnia Aktualizacja | 2018-01-16 |
| Data Publikacji | 2018-01-16 |
| Ocena | 5.00/5 Łącznie 3 Oceny |
| Deweloper | Tom Day |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/TDay1/void-newtab |
| Adres URL Strony Pomocy | https://github.com/TDay1/void-newtab |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Void New Tab",
"manifest_version": 2,
"version": "1.0.0.1",
"author": "Thomas Day",
"remove_button": true,
"short_name": "Void",
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": ".\/img\/16px.png",
"32": ".\/img\/32px.png",
"48": ".\/img\/48px.png",
"64": ".\/img\/64px.png",
"128": ".\/img\/128px.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |