Ultra light newtab page with bookmarks on it

Ultra light new tab with bookmark navigator

Ultra light newtab page with bookmarks on it là gì?

Ultra light newtab page with bookmarks on it là một tiện ích mở rộng Chrome được phát triển bởi Alexey Michurin, và tính năng chính của nó là "Ultra light new tab with bookmark navigator".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ultra light newtab page with bookmarks on it

Tải xuống các tệp mở rộng Ultra light newtab page with bookmarks on it dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ultra light newtab page with bookmarks on it Ultra light newtab page with bookmarks on it
ID jmggnmiangppjceogakhdmafabilpmof
URL Chính Thức https://chromewebstore.google.com/detail/ultra-light-newtab-page-w/jmggnmiangppjceogakhdmafabilpmof
Mô tả Ultra light new tab with bookmark navigator
Kích Thước Tệp 20.01 KB
Số Lần Cài Đặt 233
Phiên Bản Hiện Tại 0.5.2.1
Cập Nhật Lần Cuối 2020-01-06
Ngày Phát Hành 2020-01-05
Đánh Giá 4.75/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Alexey Michurin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/michurin/chrome-extension-bookmarks-on-new-tab
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}