My Browser Start Page
With this extension you can easily create start/home pages for your browser.
Co to jest My Browser Start Page?
My Browser Start Page to rozszerzenie Chrome opracowane przez https://mybrowserstartpage.ru, a jego główną funkcją jest „With this extension you can easily create start/home pages for your browser.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia My Browser Start Page
Pobierz pliki rozszerzeń My Browser Start Page 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
We have created a comfortable editor for working with sites and widgets You can: 1) Add new Site(or choose from existing site list) 2) Set background to your start page 3) Add google search 4) Turn borders on/off 5) Change site layers 6) Open site in the new tab or in the existing one 7) Change editor grid
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | chloaflbkmchfoecfeblknhohhlfdgik |
Oficjalny URL | https://chrome.google.com/webstore/detail/my-browser-start-page/chloaflbkmchfoecfeblknhohhlfdgik |
Opis | With this extension you can easily create start/home pages for your browser. |
Rozmiar pliku | 591 KB |
Liczba instalacji | 774 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2017-05-01 |
Data Publikacji | 2017-05-01 |
Ocena | 4.14/5 Łącznie 14 Oceny |
Deweloper | https://mybrowserstartpage.ru |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://mybrowserstartpage.ru/ |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Browser Start Page", "description": "With this extension you can easily create start\/home pages for your browser.", "version": "1.4", "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "chrome_settings_overrides": { "startup_pages": [ "https:\/\/mybrowserstartpage.ru" ] }, "chrome_url_overrides": { "newtab": "index.html" } } |