Curateit - Ai Bookmark Manager, Highlighter
Introducing CurateIt - the ultimate all-in-one Chrome extension for organizing and saving your favorites.
ما هو Curateit - Ai Bookmark Manager, Highlighter؟
Curateit - Ai Bookmark Manager, Highlighter هو إضافة Chrome تم تطويرها بواسطة Savan V.، والميزة الرئيسية لها هي "Introducing CurateIt - the ultimate all-in-one Chrome extension for organizing and saving your favorites.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Curateit - Ai Bookmark Manager, Highlighter
قم بتنزيل ملفات الامتداد Curateit - Ai Bookmark Manager, Highlighter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Introducing CurateIt - the ultimate all-in-one Chrome extension for organizing and saving your favorite ideas, articles, and inspirations from across the web. With CurateIt, you can keep track of all the exciting recipes, style ideas, DIY projects, and more, ensuring that you never lose access to the content you love. With CurateIt, you can easily import and connect to various platforms such as Pocket, Raindrop, and Kindle. Save content directly from Twitter, upload bookmarks, and even save highlights from text, images, PDFs, code, and YouTube videos. CurateIt’s extensive list of features includes: 1. Import and Save Features - Import from Pocket - Import bookmarks from Raindrop - Upload bookmarks - Save tweets (bookmarks, likes, tag @savetocurateit) - Save for later (Read later) - Highlight text (like weava, liner) - Save any image like Pinterest - Save Code snippets - Save or download any images - Save or annotate PDFs 2. Organization and Management Features - Bookmark manager - Web clipper - Text Expander - AI Prompts - Spotlight Universal search - Smart search assistant (using Gems & History) - Tabs Manager (like workona, toby) 3. Reading and Accessibility Features - Reader view mode - Dark reader mode - Read aloud (Text-to-speech) - Text Highlights - YouTube highlighter - Import your Kindle highlights 4. Advanced Features and Utilities - Image Screenshot (full page screenshot, select image area or component or annotate) - Image OCR to copy text or code (including language identification and code convert) - Site info on any page (company details, technology stack, brand, traffic, etc.) CurateIt also offers a unique browsing experience with its Spotlight Search and Reader’s View, making it easier to discover content tailored to your interests. Simply hover over an image, code and click to explore save you’re passionate about on CurateIt. Download CurateIt today and experience the convenience and simplicity of this easy-to-use Chrome extension!
معلومات أساسية عن التمديد
الاسم | Curateit - Ai Bookmark Manager, Highlighter |
ID | hhofkocnlefejficdipgkefgfmnenpbk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/curateit-ai-bookmark-mana/hhofkocnlefejficdipgkefgfmnenpbk |
الوصف | Introducing CurateIt - the ultimate all-in-one Chrome extension for organizing and saving your favorites. |
حجم الملف | 12.31 MB |
عدد التثبيتات | 99 |
النسخة الحالية | 5.1.1 |
آخر تحديث | 2024-02-16 |
تاريخ النشر | 2023-09-14 |
تقييم | 4.80/5 مجموع تقييمات 5 |
المطور | Savan V. |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://web.curateit.com |
عنوان صفحة سياسة الخصوصية | https://web.curateit.com/privacy-terms-and-conditions |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Curateit Ext", "name": "Curateit - Ai Bookmark Manager, Highlighter", "description": "Introducing CurateIt - the ultimate all-in-one Chrome extension for organizing and saving your favorites.", "icons": { "16": "images\/logo192.png", "48": "images\/logo192.png", "128": "images\/logo192.png" }, "background": { "service_worker": ".\/scripts\/background.js" }, "permissions": [ "activeTab", "scripting", "tabs", "storage", "unlimitedStorage", "contextMenus", "history", "search", "browsingData", "cookies" ], "version": "5.1.1", "manifest_version": 3, "commands": { "open-omni": { "suggested_key": { "default": "Ctrl+E", "mac": "Command+E" }, "description": "Open search" }, "bookmark": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Command+Shift+E" }, "description": "Create bookmark" }, "full-screenshot": { "suggested_key": { "default": "Ctrl+Shift+1", "mac": "Command+Shift+1" }, "description": "Take full screenshot" }, "selected-screenshot": { "suggested_key": { "default": "Ctrl+Shift+2", "mac": "Command+Shift+2" }, "description": "Take selected area screenshot" } }, "action": [], "content_scripts": [ { "all_frames": true, "matches": [ "https:\/\/development-api.curateit.com\/*\/*", "https:\/\/api.curateit.com\/*\/*" ], "css": [ ".\/scripts\/theme.css" ] }, { "all_frames": true, "matches": [ " |