Qlearly Light - Bookmark Manager
Same as Qlearly, without the new tab feature. Organize your favorite websites by boards and columns.
Τι είναι το Qlearly Light - Bookmark Manager;
Το Qlearly Light - Bookmark Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://qlearly.com, και η κύρια λειτουργία του είναι "Same as Qlearly, without the new tab feature. Organize your favorite websites by boards and columns.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Qlearly Light - Bookmark Manager
Λήψη αρχείων επέκτασης Qlearly Light - Bookmark Manager σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A modern bookmarks and tabs manager. ✨ “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 boards and columns ➤ Unlimited bookmarks, boards and column Why did we build Qlearly and now a light version? 🤔 The primary reason why we built Qlearly is to help you save time and remain organized. As visiting your favorite sites or bookmarking new ones is such a repetitive task, saving seconds can have a drastic impact to your workflow over time. The reason we are shipping this 'Light' version is to allow you to not have Qlearly take over your new tab. 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. ✪ Genuinely enjoy the Qlearly experience? Did it help you save time at work? Support the Qlearly community by giving us a great review! GET IN TOUCH 💌 Twitter: @QlearlyHQ, @Guillaumebardet Contact: [email protected] or [email protected] SUPPORT & BUG REPORTING http://www.Qlearly.com/contact HELP CENTER https://help.qlearly.com PRIVACY POLICY https://qlearly.com/privacy-policy
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | lkmkjmklcnhfcfpojimnbjpaimbdjeao |
Επίσημο URL | https://chrome.google.com/webstore/detail/qlearly-light-bookmark-ma/lkmkjmklcnhfcfpojimnbjpaimbdjeao |
Περιγραφή | Same as Qlearly, without the new tab feature. Organize your favorite websites by boards and columns. |
Μέγεθος Αρχείου | 3.76 MB |
Αριθμός Εγκαταστάσεων | 1,000 |
Τρέχουσα Έκδοση | 1.6 |
Τελευταία Ενημέρωση | 2020-11-15 |
Ημερομηνία Δημοσίευσης | 2019-10-10 |
Αξιολόγηση | 4.00/5 Συνολικά 18 Αξιολογήσεις |
Προγραμματιστής | https://qlearly.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://qlearly.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://help.qlearly.com/qlearly-browser-extension-v2 |
URL της Σελίδας Πολιτικής Απορρήτου | https://qlearly.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Qlearly Light - Bookmark Manager", "description": "Same as Qlearly, without the new tab feature. Organize your favorite websites by boards and columns.", "version": "1.6", "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", "storage", "tabs", "https:\/\/*\/", "http:\/\/*\/" ], "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:\/\/*.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:\/\/*.usemagnify.com https:\/\/stripe.com https:\/\/*.stripe.com;" } |