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