New tab Hen
By installing this extension you will enjoy new tabs of Hen
Co to jest New tab Hen?
New tab Hen to rozszerzenie Chrome opracowane przez annabellejosua, a jego główną funkcją jest „By installing this extension you will enjoy new tabs of Hen”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia New tab Hen
Pobierz pliki rozszerzeń New tab Hen 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
Extension that replaces the new tab page with a more customizable version, with Hen interface.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kdgnenkcjhafpblodcmanalgmdaoefjc |
Oficjalny URL | https://chrome.google.com/webstore/detail/new-tab-hen/kdgnenkcjhafpblodcmanalgmdaoefjc |
Opis | By installing this extension you will enjoy new tabs of Hen |
Rozmiar pliku | 14.09 MB |
Liczba instalacji | 107 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2018-03-26 |
Data Publikacji | 2018-03-26 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | annabellejosua |
Typ Płatności | free |
Obsługiwane Języki | de,en,fr,es,it,pt-BR,pt-PT,ru |
manifest.json | |
{ "version": "1.0.0", "browser_action": { "default_icon": "picto\/48.png", "default_title": "__MSG_appName__" }, "chrome_url_overrides": { "newtab": "wall.html" }, "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "128": "picto\/128.png", "48": "picto\/48.png", "19": "picto\/19.png" }, "manifest_version": 2, "name": "__MSG_appName__", "offline_enabled": true, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "wall.html" ] } |