Curateit - Ai Bookmark Manager, Highlighter

Introducing CurateIt - the ultimate all-in-one Chrome extension for organizing and saving your favorites.

Apa itu Curateit - Ai Bookmark Manager, Highlighter?

Curateit - Ai Bookmark Manager, Highlighter adalah ekstensi Chrome yang dikembangkan oleh Savan V., dan fitur utamanya adalah "Introducing CurateIt - the ultimate all-in-one Chrome extension for organizing and saving your favorites.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Curateit - Ai Bookmark Manager, Highlighter

Unduh file ekstensi Curateit - Ai Bookmark Manager, Highlighter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Curateit - Ai Bookmark Manager, Highlighter Curateit - Ai Bookmark Manager, Highlighter
ID hhofkocnlefejficdipgkefgfmnenpbk
URL Resmi https://chromewebstore.google.com/detail/curateit-ai-bookmark-mana/hhofkocnlefejficdipgkefgfmnenpbk
Deskripsi Introducing CurateIt - the ultimate all-in-one Chrome extension for organizing and saving your favorites.
Ukuran File 12.31 MB
Jumlah Instalasi 99
Versi Saat Ini 5.1.1
Terakhir Diperbarui 2024-02-16
Tanggal Publikasi 2023-09-14
Penilaian 4.80/5 Total 5 Penilaian
Pengembang Savan V.
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://web.curateit.com
URL Halaman Kebijakan Privasi https://web.curateit.com/privacy-terms-and-conditions
Bahasa yang Didukung 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": [
                ""
            ],
            "js": [
                ".\/scripts\/web-highlighter.min.js",
                ".\/scripts\/highlight.js"
            ],
            "css": [
                ".\/scripts\/highlight.css"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                ".\/scripts\/menuHighlight.js",
                ".\/scripts\/custom-elements.min.js",
                ".\/scripts\/speed-reader\/speed-reader.js",
                ".\/scripts\/menuHighlightTemplate.js"
            ],
            "css": [
                ".\/scripts\/menuHighlight.css",
                "scripts\/speed-reader\/style.css"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                ".\/scripts\/codeSnippet.css"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                ".\/scripts\/readerView.js",
                ".\/scripts\/readability.js"
            ],
            "css": [
                ".\/scripts\/readerView.css"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/text-expander\/text-expander.js"
            ],
            "css": [
                ".\/scripts\/text-expander\/text-expander.css",
                ".\/scripts\/text-expander\/formPopup.css"
            ],
            "html": [
                ".\/scripts\/text-expander\/formPopup.html"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                ".\/scripts\/pdfhighlight.js"
            ],
            "css": [
                ".\/scripts\/pdfhighlight.css"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                ".\/scripts\/darkreader.js",
                ".\/scripts\/dark.js"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                ".\/scripts\/imageSave.css"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                ".\/scripts\/codeSnippet.js",
                ".\/scripts\/window-loaded-element.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/scripts\/update-url-details.js",
                ".\/scripts\/loader.js",
                ".\/scripts\/open-proper-page.js",
                ".\/scripts\/side-panel.js"
            ],
            "css": [
                ".\/scripts\/main.css"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                ".\/scripts\/youtube-summary.js",
                ".\/scripts\/jquery.min.js"
            ],
            "css": [
                ".\/scripts\/youtube-summary.css"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/read.amazon.in\/notebook",
                "https:\/\/read.amazon.in\/notebook*",
                "https:\/\/read.amazon.com\/notebook*",
                "https:\/\/read.amazon.com\/kp\/notebook*"
            ],
            "run_at": "document_end",
            "js": [
                ".\/scripts\/axios.min.js",
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/omni-search\/tld.min.js",
                ".\/scripts\/kindle-highlight\/import-highlight.js"
            ],
            "css": [
                ".\/scripts\/kindle-highlight\/import-highlight.css"
            ],
            "html": [
                ".\/scripts\/kindle-highlight\/import-highlight.html"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*",
                "https:\/\/twitter.com\/i\/bookmarks",
                "https:\/\/development-api.curateit.com\/*",
                "https:\/\/api.curateit.com\/*"
            ],
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/twitter-import\/twitterImport.js",
                ".\/scripts\/twitter-import\/twitterTest.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                ".\/scripts\/axios.min.js",
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/omni-search\/tld.min.js",
                ".\/scripts\/omni-search\/focus.js",
                ".\/scripts\/omni-search\/searchContent.js",
                ".\/scripts\/omni-search\/virtualized-list.min.js"
            ],
            "css": [
                ".\/scripts\/omni-search\/searchContent.css"
            ],
            "html": [
                ".\/scripts\/omni-search\/searchContent.html"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                ".\/scripts\/copy-link-to-highlight.js",
                ".\/scripts\/webapp-cred.js"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/common.js",
                ".\/scripts\/linkedin-import\/linkedinImport.js",
                ".\/scripts\/linkedin-import\/linkedinTest.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/www.quora.com\/*"
            ],
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/common.js",
                ".\/scripts\/quora-import\/quoraTest.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/medium.com\/*",
                "https:\/\/*.medium.com\/*"
            ],
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/common.js",
                ".\/scripts\/medium-import\/mediumImport.js",
                ".\/scripts\/medium-import\/mediumTest.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/www.reddit.com\/*"
            ],
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/common.js",
                ".\/scripts\/reddit-import\/redditImport.js",
                ".\/scripts\/reddit-import\/redditTest.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/common.js",
                ".\/scripts\/github-import\/githubImport.js",
                ".\/scripts\/github-import\/githubTest.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/common.js",
                ".\/scripts\/youtube-import\/youtubeTest.js",
                ".\/scripts\/youtube-import\/youtubePlaylistImport.js",
                ".\/scripts\/youtube-import\/YtProfileImport.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/www.goodreads.com\/*"
            ],
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/common.js",
                ".\/scripts\/goodreads-import\/goodReads.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/common.js",
                ".\/scripts\/insta-import\/instaGram.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/play.google.com\/*"
            ],
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/common.js",
                ".\/scripts\/testimonials\/playStore.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/www.g2.com\/*"
            ],
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/common.js",
                ".\/scripts\/testimonials\/g2.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/apps.shopify.com\/*"
            ],
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/common.js",
                ".\/scripts\/testimonials\/shopify.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/www.capterra.in\/*",
                "https:\/\/www.capterra.com\/*",
                "https:\/\/www.capterra.co.uk\/*"
            ],
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/common.js",
                ".\/scripts\/testimonials\/capterra.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/www.trustpilot.com\/*",
                "https:\/\/uk.trustpilot.com\/*"
            ],
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/common.js",
                ".\/scripts\/testimonials\/trustPilot.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/common.js",
                ".\/scripts\/testimonials\/googleReviews.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/www.producthunt.com\/*"
            ],
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/common.js",
                ".\/scripts\/testimonials\/productHunt.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/appsumo.com\/*"
            ],
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/common.js",
                ".\/scripts\/testimonials\/appSumo.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/www.goodreads.com\/*"
            ],
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/common.js",
                ".\/scripts\/testimonials\/goodReads.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/www.tripadvisor.in\/*",
                "https:\/\/www.tripadvisor.com\/*",
                "https:\/\/www.tripadvisor.co.uk\/*"
            ],
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/common.js",
                ".\/scripts\/testimonials\/tripAdvisor.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/www.yelp.com\/*",
                "https:\/\/www.yelp.co.uk\/*"
            ],
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/common.js",
                ".\/scripts\/testimonials\/yelp.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.co.uk\/*"
            ],
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/common.js",
                ".\/scripts\/testimonials\/amazon.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/www.imdb.com\/list\/*",
                "https:\/\/www.imdb.com\/user\/*"
            ],
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/common.js",
                ".\/scripts\/imdb-import\/listImport.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/linktr.ee\/*"
            ],
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/common.js",
                ".\/scripts\/linktree-import\/linkTree.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/apps.apple.com\/*"
            ],
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/common.js",
                ".\/scripts\/testimonials\/appStore.js"
            ],
            "run_at": "document_start"
        },
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/screenshots\/jquery.Jcrop.min.js",
                ".\/scripts\/screenshots\/html2canvas.min.js",
                ".\/scripts\/screenshots\/screenshots.js"
            ],
            "css": [
                ".\/scripts\/screenshots\/jquery.Jcrop.min.css",
                ".\/scripts\/screenshots\/screen-shot.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/scripts\/tutorial-popup\/tutorial-popup.js"
            ],
            "css": [
                ".\/scripts\/tutorial-popup\/tutorial-popup.css"
            ],
            "html": [
                ".\/scripts\/tutorial-popup\/tutorial-popup.html"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                ".\/scripts\/screenshotView.js"
            ],
            "css": [
                ".\/scripts\/screenshotView.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "errorPopup.html",
                "sidePanel.html",
                "scripts\/speed-reader\/speed-reader.html",
                "scripts\/tutorial-popup\/tutorial-popup.html",
                "scripts\/omni-search\/searchContent.html",
                "scripts\/kindle-highlight\/import-highlight.html",
                "scripts\/text-expander\/formPopup.html",
                "images\/white-screenshot.svg",
                "images\/white-note.svg",
                "images\/gray-ai-summary.svg",
                "images\/gray-logo-icon.svg",
                "images\/gray-transcript.svg",
                "icons\/close.svg",
                "icons\/play-button.svg",
                "icons\/play-button-outline.svg",
                "icons\/volumn-setting.svg",
                "icons\/colors-selector.svg",
                "icons\/message-circle.svg",
                "icons\/copy-icon.svg",
                "icons\/bookmark-icon-dark.svg",
                "icons\/share-icon.svg",
                "icons\/arrows-pointing-out.svg",
                "icons\/sun.svg",
                "icons\/save-icon.svg",
                "icons\/robbot.svg",
                "icons\/speed-line.svg",
                "icons\/language.svg",
                "icons\/down-arrow.svg",
                "icons\/play-button-solid.svg",
                "icons\/pause-circle-fill.svg",
                "icons\/download-alt.svg",
                "icons\/mdi_speak.svg",
                "icons\/x-mark-red.svg",
                "icons\/fullscreen-exit-line.svg",
                "icons\/moon-line.svg",
                "icons\/arrow-left-double-fill.svg",
                "icons\/arrow-right-double-fill.svg",
                "icons\/logo.png",
                "icons\/link-external.svg",
                "assets\/*",
                "images\/close.png",
                "images\/minimize.png",
                "images\/redo1.png",
                "images\/undo.png",
                "images\/tick.png",
                "images\/default-logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "",
        "https:\/\/twitter.com\/*",
        "https:\/\/mobile.twitter.com\/*",
        "https:\/\/development-api.curateit.com\/*",
        "https:\/\/api.curateit.com\/*",
        "https:\/\/api.twitter.com\/*",
        "https:\/\/twitter.com\/i\/bookmarks",
        "https:\/\/twitter.com\/*\/likes",
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/medium.com\/*",
        "https:\/\/*.medium.com\/*",
        "https:\/\/www.reddit.com\/*",
        "https:\/\/github.com\/*",
        "https:\/\/dev-app.curateit.com\/",
        "https:\/\/curateit.com\/",
        "http:\/\/localhost:3000\/",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/play.google.com\/*",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "",
            "https:\/\/twitter.com\/*",
            "https:\/\/mobile.twitter.com\/*",
            "https:\/\/development-api.curateit.com\/*",
            "https:\/\/api.curateit.com\/*",
            "https:\/\/dev-app.curateit.com\/*",
            "https:\/\/curateit.com\/*",
            "https:\/\/twitter.com\/i\/bookmarks"
        ]
    },
    "omnibox": {
        "keyword": "c:"
    }
}