Ultra light newtab page with bookmarks on it

Ultra light new tab with bookmark navigator

Qu'est-ce que Ultra light newtab page with bookmarks on it ?

Ultra light newtab page with bookmarks on it est une extension Chrome développée par Alexey Michurin, et sa fonction principale est "Ultra light new tab with bookmark navigator".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ultra light newtab page with bookmarks on it

Téléchargez les fichiers d'extension Ultra light newtab page with bookmarks on it au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Ultra light newtab page with bookmarks on it Ultra light newtab page with bookmarks on it
ID jmggnmiangppjceogakhdmafabilpmof
URL Officiel https://chromewebstore.google.com/detail/ultra-light-newtab-page-w/jmggnmiangppjceogakhdmafabilpmof
Description Ultra light new tab with bookmark navigator
Taille du Fichier 20.01 KB
Nombre d'Installations 233
Version Actuelle 0.5.2.1
Dernière Mise à Jour 2020-01-06
Date de Publication 2020-01-05
Évaluation 4.75/5 Total 12 Évaluations
Développeur Alexey Michurin
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/michurin/chrome-extension-bookmarks-on-new-tab
Langues Prises en Charge 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\/"
    ]
}