Ultra light newtab page with bookmarks on it

Ultra light new tab with bookmark navigator

Ultra light newtab page with bookmarks on itとは何ですか?

Ultra light newtab page with bookmarks on itはAlexey Michurinによって開発されたChromeの拡張機能で、その主な機能は「Ultra light new tab with bookmark navigator」です。

拡張機能のスクリーンショット

screenshot

Ultra light newtab page with bookmarks on it拡張機能のCRXファイルをダウンロード

Ultra light newtab page with bookmarks on it拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Ultra light newtab page with bookmarks on it Ultra light newtab page with bookmarks on it
ID jmggnmiangppjceogakhdmafabilpmof
公式URL https://chromewebstore.google.com/detail/ultra-light-newtab-page-w/jmggnmiangppjceogakhdmafabilpmof
説明 Ultra light new tab with bookmark navigator
ファイルサイズ 20.01 KB
インストール数 233
現在のバージョン 0.5.2.1
最終更新日 2020-01-06
公開日 2020-01-05
評価 4.75/5 合計 12 レビュー
開発者 Alexey Michurin
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/michurin/chrome-extension-bookmarks-on-new-tab
対応言語 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\/"
    ]
}