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文件

下載Crown擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}