Ultra light newtab page with bookmarks on it

Ultra light new tab with bookmark navigator

¿Qué es Ultra light newtab page with bookmarks on it?

Ultra light newtab page with bookmarks on it es una extensión de Chrome desarrollada por Alexey Michurin, y su función principal es "Ultra light new tab with bookmark navigator".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Ultra light newtab page with bookmarks on it

Descarga archivos de extensión Ultra light newtab page with bookmarks on it 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

                        This extension gives you a much simpler new tab page with lightweight bookmarks navigation. New tabs are getting faster, but still functional and useful. Visit options page to tune font size and customize bookmarks subfolder. Try to use +Click to open links in new tabs and +Click to open link in new tab without focus switching.                    

Información Básica de la Extensión

Nombre Ultra light newtab page with bookmarks on it Ultra light newtab page with bookmarks on it
ID jmggnmiangppjceogakhdmafabilpmof
URL Oficial https://chromewebstore.google.com/detail/ultra-light-newtab-page-w/jmggnmiangppjceogakhdmafabilpmof
Descripción Ultra light new tab with bookmark navigator
Tamaño del Archivo 20.01 KB
Cantidad de Instalaciones 233
Versión Actual 0.5.2.1
Última Actualización 2020-01-06
Fecha de Publicación 2020-01-05
Calificación 4.75/5 Total de 12 Calificaciones
Desarrollador Alexey Michurin
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/michurin/chrome-extension-bookmarks-on-new-tab
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ultra light newtab page with bookmarks on it",
    "version": "0.5.2.1",
    "minimum_chrome_version": "16",
    "description": "Ultra light new tab with bookmark navigator",
    "short_name": "Light new tab",
    "homepage_url": "http:\/\/michurin.github.io\/",
    "author": "Alexey Michurin ",
    "icons": {
        "16": "icon-16.png",
        "24": "icon-24.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "offline_enabled": true,
    "browser_action": {
        "default_title": "Load bookmarks here",
        "default_icon": {
            "16": "icon-16.png",
            "24": "icon-24.png",
            "32": "icon-32.png"
        }
    },
    "options_page": "options.html",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ]
}