Bookmarks New Tab

Organise your Bookmarks on your new tab with options to create folders with bookmarks

Bookmarks New Tab란 무엇입니까?

Bookmarks New Tab은(는) Locksley Ltd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Organise your Bookmarks on your new tab with options to create folders with bookmarks"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Bookmarks New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Bookmarks New Tab lets you organise all your Bookmarks in folders on your new tabs, you can create unlimited folders and save bookmarks to them for easy convenient access in your new tab.  Simple right click on any page select save and select the folder to put this bookmark, all bookmarks for that folder will be displayed on your new tabs.

By clicking Add To Chrome I agree to changing the browser new tab to that provided by the service and agree to the privacy policy and terms of use below.  Please note this extension changes your new tab search to results powered by bing.com.

https://bookmarks-newtab.com/privacy.html
https://bookmarks-newtab.com/terms.html                    

확장 프로그램 기본 정보

이름 Bookmarks New Tab Bookmarks New Tab
ID jjojbmhmaokgkfjjghgflflbbbmbbhhn
공식 URL https://chromewebstore.google.com/detail/bookmarks-new-tab/jjojbmhmaokgkfjjghgflflbbbmbbhhn
설명 Organise your Bookmarks on your new tab with options to create folders with bookmarks
파일 크기 345 KB
설치 횟수 9,527
현재 버전 1.2
최근 업데이트 2021-01-11
출시 날짜 2020-11-25
개발자 Locksley Ltd
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://nifty-counters.com/privacy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmarks New Tab",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Organise your Bookmarks on your new tab with options to create folders with bookmarks",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png",
        "icons": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "chrome:\/\/favicon\/",
        "https:\/\/api.bing.com\/*",
        "https:\/\/bookmarks-newtab.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; img-src 'self' chrome:\/\/favicon data:;"
}