Better Bookmarks

Display and navigate your bookmarks on the new tab page!

Better Bookmarks란 무엇입니까?

Better Bookmarks은(는) the.toyoun에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display and navigate your bookmarks on the new tab page!"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        With Better Bookmarks, you'll never need to navigate through the bookmark manager again.


Included Features:

- Organize your bookmarks on the new tab page however you want! Simply Click and Drag folder names and Chrome will remember where they were placed every revisit to the new tab page.


Upcoming Features:

- Add, remove, or edit bookmarks dynamically on the new tab page display!
- Assign hotkeys to bookmarks or bookmark folders to open bookmark(s) in your current window.
- Adjust the size of bookmark folders through a simple click and drag.


Source code for Better Bookmarks can be found here: https://github.com/toyoun/betterbookmarks

Thanks for using Better Bookmarks!                    

확장 프로그램 기본 정보

이름 Better Bookmarks Better Bookmarks
ID nflabppedilakkgjdnfmiihhcaeomdjf
공식 URL https://chromewebstore.google.com/detail/better-bookmarks/nflabppedilakkgjdnfmiihhcaeomdjf
설명 Display and navigate your bookmarks on the new tab page!
파일 크기 196 KB
설치 횟수 70
현재 버전 0.0.1
최근 업데이트 2019-04-17
출시 날짜 2019-04-16
개발자 the.toyoun
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Bookmarks",
    "version": "0.0.1",
    "description": "Display and navigate your bookmarks on the new tab page!",
    "icons": {
        "128": "favicon.png"
    },
    "browser_action": {
        "default_title": "Better Bookmarks"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}