Live Bookmarks

A bookmark viewer to see all your bookmarks with screenshot of the webpage.

Live Bookmarks란 무엇입니까?

Live Bookmarks은(는) 010pixel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A bookmark viewer to see all your bookmarks with screenshot of the webpage."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        It's ok if you can't remember title of the webpage you just added in your long list of bookmarks as long as you know how the webpage looks like. With live bookmarks you can not only see the title of the webpage but also a thumbnail of the website next to it. Enjoy!

Features:
- View all bookmarks categorized by folder
- Live thumbnail of each bookmark
- Click on the bookmark and open webpage
- Share bookmarks on social media with single click

Support this extension: https://donorbox.org/to-sustain-building-google-chrome-extensions

V-1.1:
- View bookmarks in full screen

V-1.2:
- User friendly folder collapse

V-1.3:
- Search bookmarks
- Delete folders
- Delete bookmarks

V-1.4:
- Load thumbnails only when needed
- Load thumbnails smoothly

v-1.5:
- Load only visible thumbnails

v-1.5.2:
- Separated Total Bookmarks and Total Folders numbers

v-1.5.3:
- Updated thumbnail library

How to:
- Click on the title or thumbnail of the webpage to open a webpage
- Click the triangle next on right side of any folder name to toggle visibility of the bookmarks under a particular folder
- Click "Parent" to go to the parent folder
- Click social media icon on a bookmark to share the webpage on social media                    

확장 프로그램 기본 정보

이름 Live Bookmarks Live Bookmarks
ID ihfolgbjkckclahmpoejnoglilaeenji
공식 URL https://chromewebstore.google.com/detail/live-bookmarks/ihfolgbjkckclahmpoejnoglilaeenji
설명 A bookmark viewer to see all your bookmarks with screenshot of the webpage.
파일 크기 827 KB
설치 횟수 729
현재 버전 1.5.3
최근 업데이트 2019-01-04
출시 날짜 2019-01-04
평점 2.50/5 총 14 개의 평점
개발자 010pixel
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.010pixel.com/
개인정보 보호 정책 페이지 URL https://privacy.010pixel.com/chrome
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Live Bookmarks",
    "short_name": "Live-Bookmarks",
    "description": "A bookmark viewer to see all your bookmarks with screenshot of the webpage.",
    "version": "1.5.3",
    "author": "010 Pixel",
    "permissions": [
        "bookmarks"
    ],
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "bookmarks.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}