tab: a startpage
Minimal, customizable, command line startpage
Co to jest tab: a startpage?
tab: a startpage to rozszerzenie Chrome opracowane przez Kory Schneider, a jego główną funkcją jest „Minimal, customizable, command line startpage”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia tab: a startpage
Pobierz pliki rozszerzeń tab: a startpage 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
Instructions, examples and source code @ github.com/KorySchneider/tab Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gedoejjmdjalipopahiffdghibcodjcj |
| Oficjalny URL | https://chromewebstore.google.com/detail/tab-a-startpage/gedoejjmdjalipopahiffdghibcodjcj |
| Opis | Minimal, customizable, command line startpage |
| Rozmiar pliku | 5.29 KB |
| Liczba instalacji | 83 |
| Aktualna Wersja | 1.0.8 |
| Ostatnia Aktualizacja | 2020-03-22 |
| Data Publikacji | 2020-03-22 |
| Ocena | 4.83/5 Łącznie 6 Oceny |
| Deweloper | Kory Schneider |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.github.com/koryschneider/tab |
| Adres URL Strony Pomocy | https://www.github.com/koryschneider/tab/issues/new |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "tab: a startpage",
"description": "Minimal, customizable, command line startpage",
"version": "1.0.8",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "redirect.html"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
} | |