Crown

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

Что такое Crown?

Crown - это расширение Chrome, разработанное https://crowncj.com, и его основная функция - "A chrome extension to quickly retrieve and switch your bookmarks and tabs!!!".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Crown

Скачайте файлы расширений 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"
}