Better Bookmarks

Quickly search and manage all your Bookmarks in Google Chrome

Better Bookmarks란 무엇입니까?

Better Bookmarks은(는) https://sites.google.com/site/chromeappdevupdates에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly search and manage all your Bookmarks in Google Chrome"입니다.

확장 프로그램 스크린샷

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

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

확장 프로그램 사용 설명서

                        Chrome App Bookmarks, "Better Bookmarks" (Beta) Allows users to quickly search all chrome browser bookmarks. 

This is a beta release however the core libraries are unchanged and are the official release of the chrome and chromium development group. Only additional functionality has been added.

Released and utilized by members of the chromium dev team and is for use only with current up-to-date official Google versions of the browser, and comes with no warranty. Check yours for versions upwards of 16, by clicking settings, then help. Or navigating your Google browser to chrome://about or chrome://version                    

확장 프로그램 기본 정보

이름 Better Bookmarks Better Bookmarks
ID jlcbikfbhkjpfbmaninlggceepiidhdm
공식 URL https://chromewebstore.google.com/detail/better-bookmarks/jlcbikfbhkjpfbmaninlggceepiidhdm
설명 Quickly search and manage all your Bookmarks in Google Chrome
파일 크기 34.82 KB
설치 횟수 122
현재 버전 1.1
최근 업데이트 2016-07-21
출시 날짜 2016-07-21
평점 4.20/5 총 5 개의 평점
개발자 https://sites.google.com/site/chromeappdevupdates
결제 유형 free
확장 프로그램 웹 사이트 http://chromeapp.auto-update.co/bookmarks
도움말 페이지 URL http://chromeapp.auto-update.co/bookmarks
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Bookmarks",
    "version": "1.1",
    "description": "Quickly search and manage all your Bookmarks in Google Chrome",
    "permissions": [
        "bookmarks"
    ],
    "browser_action": {
        "default_title": "Better Bookmarks",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}