Ultra light newtab page with bookmarks on it

Ultra light new tab with bookmark navigator

Vad är Ultra light newtab page with bookmarks on it?

Ultra light newtab page with bookmarks on it är en Chrome-tillägg utvecklad av Alexey Michurin, och dess huvudfunktion är "Ultra light new tab with bookmark navigator".

Tilläggsskärmbilder

screenshot

Ladda ner Ultra light newtab page with bookmarks on it-förlängningens CRX-fil

Ladda ner Ultra light newtab page with bookmarks on it-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Ultra light newtab page with bookmarks on it Ultra light newtab page with bookmarks on it
ID jmggnmiangppjceogakhdmafabilpmof
Officiell webbadress https://chromewebstore.google.com/detail/ultra-light-newtab-page-w/jmggnmiangppjceogakhdmafabilpmof
Beskrivning Ultra light new tab with bookmark navigator
Filstorlek 20.01 KB
Antal Installationer 233
Aktuell Version 0.5.2.1
Senast Uppdaterad 2020-01-06
Publiceringsdatum 2020-01-05
Betyg 4.75/5 Totalt 12 Betyg
Utvecklare Alexey Michurin
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/michurin/chrome-extension-bookmarks-on-new-tab
Stödda Språk 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\/"
    ]
}