My Browser Start Page
With this extension you can easily create start/home pages for your browser.
¿Qué es My Browser Start Page?
My Browser Start Page es una extensión de Chrome desarrollada por https://mybrowserstartpage.ru, y su función principal es "With this extension you can easily create start/home pages for your browser.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión My Browser Start Page
Descarga archivos de extensión My Browser Start Page en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | chloaflbkmchfoecfeblknhohhlfdgik |
URL Oficial | https://chrome.google.com/webstore/detail/my-browser-start-page/chloaflbkmchfoecfeblknhohhlfdgik |
Descripción | With this extension you can easily create start/home pages for your browser. |
Tamaño del Archivo | 591 KB |
Cantidad de Instalaciones | 774 |
Versión Actual | 1.4 |
Última Actualización | 2017-05-01 |
Fecha de Publicación | 2017-05-01 |
Calificación | 4.14/5 Total de 14 Calificaciones |
Desarrollador | https://mybrowserstartpage.ru |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://mybrowserstartpage.ru/ |
Idiomas Soportados | 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" } } |