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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/"
    ]
}