Ultra light newtab page with bookmarks on it

Ultra light new tab with bookmark navigator

Was ist Ultra light newtab page with bookmarks on it?

Ultra light newtab page with bookmarks on it ist eine Chrome-Erweiterung, die von Alexey Michurin entwickelt wurde, und ihr Hauptmerkmal ist "Ultra light new tab with bookmark navigator".

Erweiterungsscreenshots

screenshot

Ultra light newtab page with bookmarks on it-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ultra light newtab page with bookmarks on it-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Ultra light newtab page with bookmarks on it Ultra light newtab page with bookmarks on it
ID jmggnmiangppjceogakhdmafabilpmof
Offizielle URL https://chromewebstore.google.com/detail/ultra-light-newtab-page-w/jmggnmiangppjceogakhdmafabilpmof
Beschreibung Ultra light new tab with bookmark navigator
Dateigröße 20.01 KB
Installationsanzahl 233
Aktuelle Version 0.5.2.1
Letztes Update 2020-01-06
Veröffentlichungsdatum 2020-01-05
Bewertung 4.75/5 Insgesamt 12 Bewertungen
Entwickler Alexey Michurin
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/michurin/chrome-extension-bookmarks-on-new-tab
Unterstützte Sprachen 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\/"
    ]
}