startpage
Overrides the browsers newtab page with a custom startpage.
¿Qué es startpage?
startpage es una extensión de Chrome desarrollada por etacarinaea, y su función principal es "Overrides the browsers newtab page with a custom startpage.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión startpage
Descarga archivos de extensión startpage 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
Quickly access your favourite websites whenever you open a new tab Key Features: • Easy customisation using a built-in configuration menu • Keyboard controls • Customisable search function • Export/Import function to backup your config or to use the same one on multiple devices The page can be configured using simple css syntax. For example, colours can be defined using hex color codes (e.g. #ff0000), the size of the squares using a size in pixels (e.g. 200px).
Información Básica de la Extensión
Nombre | startpage |
ID | odmjpppdiaenedpilgldapgbodindjak |
URL Oficial | https://chromewebstore.google.com/detail/startpage/odmjpppdiaenedpilgldapgbodindjak |
Descripción | Overrides the browsers newtab page with a custom startpage. |
Tamaño del Archivo | 34.26 KB |
Cantidad de Instalaciones | 107 |
Versión Actual | 1.11.1 |
Última Actualización | 2020-06-21 |
Fecha de Publicación | 2020-06-21 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | etacarinaea |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/etacarinaea/startpage |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "startpage", "short_name": "startpage", "version": "1.11.1", "description": "Overrides the browsers newtab page with a custom startpage.", "author": "etacarinaea", "icons": { "48": "img\/icon48.png", "96": "img\/icon96.png", "128": "img\/icon128.png", "192": "img\/icon192.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "js\/browser-polyfill.js", "js\/update.js", "js\/update-config.js" ] }, "permissions": [ "storage" ] } |