Qlearly

Organize your favorite websites by columns and boards. Every time you open a new tab, your board will load within a second.

Qlearlyคืออะไร?

Qlearly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://qlearly.com และคุณลักษณะหลักของมันคือ "Organize your favorite websites by columns and boards. Every time you open a new tab, your board will load within a second."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Qlearly 4.0 - A modern bookmark and tabs manager. ✨

Organize your bookmarks, tasks and notes by boards and columns.

“I don’t want to have 100 tabs open anymore” – from a new Qlearly user.

Stop wasting time looking for tabs or bookmarks. 
 
➤ Save tabs in one click
➤ Quick and unified Search
➤ Powerful keyboard shortcuts
➤ Multi device bookmark syncing
➤ Collaborate with your teammates
➤ Create public or private boards and columns
➤ Create tasks, notes & more

Why did we build Qlearly? 🤔
The primary reason why we built Qlearly is to help you save time and remain organized when working online. You no longer have to worry about finding a website you bookmarked a while back. Need to share a list of resources with someone? It is just a few clicks away. Need to create a quick note or task? Qlearly is here for you!


FEATURES 🛠    
 
★ Fast bookmarking
 
Save all or a handful of your tabs to a specific column in the matter of a second by clicking 'save' in a column, or by clicking the extension icon, followed by the board/column and click the 'save session'.

★ Quick and unified Search
 
To make it easier for you to find the site(s) you are looking for, you can search through all your boards. You can use our keyboard shortcuts to search even faster! 

★ Keyboard Shortcuts

We built numerous shortcuts to help you work even faster! You can search, create a new board, new column, save all your opened tabs all within a second.

★ Device Syncing:

By logging into your account on any device support by Qlearly, you will be able to access all your bookmarks. Additional bookmarks you will save will be synced as well.  
 
★ Collaborate with your teammates

Collaborate on a board with an unlimited amount of teammates. 
 
★ Shareable links
 
You can share a full board or specific columns with anyone by getting a shareable link. 

★ Notes, Tasks & Sheets
 
Create and search through your tasks, notes or sheets within seconds. 


✪ Genuinely enjoy the Qlearly experience? Did it help you save time at work? Support the Qlearly community by giving us a review!
 

GET IN TOUCH 💌
Twitter: @QlearlyHQ
Contact: [email protected]
 
SUPPORT & BUG REPORTING
http://www.Qlearly.com/contact

HELP CENTER
https://help.Qlearly.com/v2

PRIVACY POLICY
https://Qlearly.com/privacy-policy                    

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

ชื่อ Qlearly Qlearly
ID kpbhikmncbpfajojloojehafbiijgaem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/qlearly/kpbhikmncbpfajojloojehafbiijgaem
คำอธิบาย Organize your favorite websites by columns and boards. Every time you open a new tab, your board will load within a second.
ขนาดไฟล์ 3.67 MB
จำนวนการติดตั้ง 5,076
เวอร์ชันปัจจุบัน 4.4
อัปเดตครั้งล่าสุด 2023-07-23
วันที่เผยแพร่ 2021-06-26
คะแนน 3.56/5 รวมทั้งหมด 66 คะแนน
ผู้พัฒนา https://qlearly.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://qlearly.com/
URL หน้าช่วยเหลือ https://help.qlearly.com/v2
URL หน้านโยบายความเป็นส่วนตัว https://qlearly.com/privacy-policy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Qlearly",
    "description": "Organize your favorite websites by columns and boards. Every time you open a new tab, your board will load within a second.",
    "version": "4.4",
    "author": "Guillaume Bardet, Ravi Shukla",
    "browser_action": {
        "default_icon": "asset\/image\/icons\/128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "asset\/image\/icons\/16.png",
        "32": "asset\/image\/icons\/32.png",
        "48": "asset\/image\/icons\/48.png",
        "128": "asset\/image\/icons\/128.png"
    },
    "permissions": [
        "bookmarks",
        "contextMenus",
        "activeTab",
        "tabs",
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "chrome_url_overrides": {
        "newtab": "board-detail2.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/qlearly.com\/beta\/setup\/ext\/social-token*"
            ],
            "js": [
                "asset\/js\/twitter-session.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/qlearly.com https:\/\/qlearly.xyz https:\/\/*.google-analytics.com https:\/\/*.helpcrunch.com https:\/\/*.usemagnify.com https:\/\/stripe.com https:\/\/*.stripe.com; object-src 'self'; connect-src https:\/\/*.helpcrunch.com wss:\/\/qlearly.helpcrunch.com https:\/\/*.google-analytics.com https:\/\/qlearly.com https:\/\/qlearly.xyz https:\/\/*.usemagnify.com https:\/\/stripe.com https:\/\/*.stripe.com;"
}