Tiny Bookmarks

A popup that will display all your bookmarks (and let you filter them) so you can get rid of the top bar.

Tiny Bookmarks란 무엇입니까?

Tiny Bookmarks은(는) schouffy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A popup that will display all your bookmarks (and let you filter them) so you can get rid of the top bar."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Displays all your bookmarks in a treeview.
Lets you hide the bookmarks bar so you have more vertical screen space for the websites.

Features :
- Search
- Remove



Icon by https://www.iconfinder.com/SPETS
Source code https://github.com/schouffy/bookmarks-chrome-extension                    

확장 프로그램 기본 정보

이름 Tiny Bookmarks Tiny Bookmarks
ID iegcdellenlkefldcoligpmfnnejcekj
공식 URL https://chromewebstore.google.com/detail/tiny-bookmarks/iegcdellenlkefldcoligpmfnnejcekj
설명 A popup that will display all your bookmarks (and let you filter them) so you can get rid of the top bar.
파일 크기 191 KB
설치 횟수 39
현재 버전 0.3
최근 업데이트 2020-04-07
출시 날짜 2020-04-07
평점 3.00/5 총 2 개의 평점
개발자 schouffy
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tiny Bookmarks",
    "version": "0.3",
    "description": "A popup that will display all your bookmarks (and let you filter them) so you can get rid of the top bar.",
    "permissions": [
        "bookmarks",
        "tabs",
        "chrome:\/\/favicon\/"
    ],
    "browser_action": {
        "default_title": "Tiny Bookmarks",
        "default_popup": "index.html",
        "default_icon": {
            "16": "star_16.png",
            "32": "star_32.png",
            "48": "star_48.png",
            "128": "star_128.png"
        }
    },
    "icons": {
        "16": "star_16.png",
        "32": "star_32.png",
        "48": "star_48.png",
        "128": "star_128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Comma",
                "mac": "Command+Comma",
                "chromeos": "Ctrl+Comma",
                "linux": "Ctrl+Comma"
            }
        }
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}