Quick 'K'

Quick Access to all browser tabs

Quick 'K'คืออะไร?

Quick 'K' เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://artrayd.com และคุณลักษณะหลักของมันคือ "Quick Access to all browser tabs"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick 'K'

ดาวน์โหลดไฟล์ส่วนขยาย Quick 'K' ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Search, group and navigate through all open browser tabs without a struggle. Improve your online productivity and save time on switching tabs.

Are you familiar with MacOs Spotlight search or Ctrl + Tab on Windows? Quick ‘K’ brings a similar user experience to your Chrome browser.

With the Quick ‘K’  too many tabs is not a problem anymore. Switch tabs like a boss 😎

Features:
+ Tab Search by title and domain name (just start typing)
+ Tab Grouping by a domain name
+ Full keyboard control, navigate without a mouse
+ Customize your quick key (chrome://extensions/shortcuts )
+ Two personalized layout designs adjusted for keyboard or mouse users

Feel free to suggest any new feature, I am reading every feedback to make Quick ‘A’ better :)


Why is Quick ‘K’ better than native browser tab navigation?
https://uxdesign.cc/stop-user-discrimination-start-using-personas-8990ec67f164

Made by shortcut user for shortcut users ❤️                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Quick 'K' Quick 'K'
ID gilkjbonaifnnghbdpjmbomjjfffabmn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quick-k/gilkjbonaifnnghbdpjmbomjjfffabmn
คำอธิบาย Quick Access to all browser tabs
ขนาดไฟล์ 163 KB
จำนวนการติดตั้ง 5,253
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-03-18
วันที่เผยแพร่ 2020-03-03
คะแนน 4.49/5 รวมทั้งหมด 63 คะแนน
ผู้พัฒนา https://artrayd.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://artrayd.com/quicka/
URL หน้านโยบายความเป็นส่วนตัว https://www.privacypolicies.com/live/842228e7-6de6-44da-a184-1a13f70c7feb
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick 'K'",
    "manifest_version": 2,
    "icons": {
        "48": "img\/quick-a-48.png",
        "128": "img\/quick-a-128.png"
    },
    "version": "1.0.1",
    "description": "Quick Access to all browser tabs",
    "permissions": [
        "activeTab",
        "tabs",
        "*:\/\/*\/* ",
        "storage",
        "chrome:\/\/favicon\/"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/quick-a.png",
            "32": "img\/quick-a-32.png",
            "48": "img\/quick-a-48.png",
            "128": "img\/quick-a-128.png"
        },
        "default_title": "Quick 'K' - Quick access to your tabs"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "js\/vue.js",
                "js\/quick.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "quick.css",
        "quick.mouse.css",
        "img\/close.svg",
        "img\/close-dark.svg",
        "img\/pop-bg.svg",
        "img\/arrows.svg",
        "img\/pop-feedback-white.svg",
        "img\/pop-help-white.svg",
        "img\/popup\/pop-feedback-gray.svg",
        "img\/popup\/pop-help-gray.svg",
        "img\/popup\/pop-mouse.svg",
        "img\/popup\/pop-mouse-hov.svg",
        "img\/search.svg",
        "img\/search-close.svg"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "commands": {
        "quick": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K",
                "windows": "Ctrl+Shift+K",
                "mac": "Shift + Command + K"
            },
            "description": "Show Quick 'K'"
        }
    }
}