My Browser Start Page
With this extension you can easily create start/home pages for your browser.
O que é My Browser Start Page?
My Browser Start Page é uma extensão do Chrome desenvolvida por https://mybrowserstartpage.ru, e sua principal característica é "With this extension you can easily create start/home pages for your browser.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão My Browser Start Page
Baixe arquivos de extensão My Browser Start Page no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | chloaflbkmchfoecfeblknhohhlfdgik |
URL Oficial | https://chrome.google.com/webstore/detail/my-browser-start-page/chloaflbkmchfoecfeblknhohhlfdgik |
Descrição | With this extension you can easily create start/home pages for your browser. |
Tamanho do Arquivo | 591 KB |
Contagem de Instalações | 774 |
Versão Atual | 1.4 |
Última Atualização | 2017-05-01 |
Data de Publicação | 2017-05-01 |
Classificação | 4.14/5 Total de 14 Avaliações |
Desenvolvedor | https://mybrowserstartpage.ru |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://mybrowserstartpage.ru/ |
Idiomas Suportados | 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" } } |