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!!!」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } |