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