Crown

A chrome extension to quickly retrieve and switch your bookmarks and tabs!!!

Crown란 무엇입니까?

Crown은(는) https://crowncj.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome extension to quickly retrieve and switch your bookmarks and tabs!!!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Crown: A chrome extension to quickly retrieve and switch your bookmarks and tabs!!!

For more details, please go to my github( https://github.com/crown3/crown ) view

中文介绍 -- https://github.com/crown3/crown/blob/master/README_zh.md

How to use?

Default alt + s shortcut to open this extension , you can find in your chrome extensions page the bottom of the keyboard shortcuts button click to modify
In the input box under the focus to support the following shortcuts
     tab: Toggle bookmark search and tab search
     up & down: Up and down arrow keys to control the selected item
     enter: Enter directly jump to the appropriate page

Recently updated: v1.2.0 fix activeItem location bug when change search string                    

확장 프로그램 기본 정보

이름 Crown Crown
ID bfmniheobinjpgcoljkfhhalfeambejo
공식 URL https://chromewebstore.google.com/detail/crown/bfmniheobinjpgcoljkfhhalfeambejo
설명 A chrome extension to quickly retrieve and switch your bookmarks and tabs!!!
파일 크기 69.23 KB
설치 횟수 107
현재 버전 1.2.0
최근 업데이트 2017-12-01
출시 날짜 2017-11-30
평점 5.00/5 총 1 개의 평점
개발자 https://crowncj.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crown",
    "description": "A chrome extension to quickly retrieve and switch your bookmarks and tabs!!!",
    "version": "1.2.0",
    "offline_enabled": true,
    "icons": {
        "16": ".\/assets\/crown.png",
        "48": ".\/assets\/crown.png",
        "128": ".\/assets\/crown.png"
    },
    "browser_action": {
        "default_icon": ".\/assets\/crown.png",
        "default_popup": "index.html",
        "default_title": "Crown"
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/",
        "tabs"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+S"
            }
        }
    },
    "author": "@chenjuncrown",
    "homepage_url": "https:\/\/github.com\/crown3\/crown"
}