Kurator

A Smart Way To Save And Share Your Research!

¿Qué es Kurator?

Kurator es una extensión de Chrome desarrollada por https://optimalaccess.com, y su función principal es "A Smart Way To Save And Share Your Research!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Kurator

Descarga archivos de extensión Kurator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Introducing Kurator: A Modern Bookmark Manager for Curating and Publishing Content

Unlock the power of effortless content curation and seamless publishing with Kurator - the revolutionary app designed to put you in full control of your information landscape. 

With a suite of exceptional features, Kurator empowers you to curate, organize, and share your favorite content like never before.

**Curate, Organize, and Edit with a Single Click**
Experience the freedom to curate, organize, and fine-tune your content collection effortlessly. 

With just one click, you can edit headlines, images, descriptions, authors, publishers, and content tags - all while saving essential links. 

No more tedious back-and-forth; Kurator streamlines the process so you can focus on what truly matters.

**Effortlessly Manage Thousands of Links**
Managing an extensive collection of links has never been easier. Kurator's intuitive interface allows you to create and manage hundreds and even thousands of links without breaking a sweat. 

Say goodbye to the chaos of scattered bookmarks and hello to seamless organization.

**Simplified Search and Filtering**
Locating the right content within your curated universe is a breeze with Kurator. 

Swiftly search and filter content within each folder, granting you quick access to your bookmarks.

Whether it's a recent article or an evergreen resource, find exactly what you need in moments.

**Masterful Global Search**
Uncover your treasured information gems with Kurator's global search functionality. 

Easily navigate through your entire collection using multiple filters to target specific fields. 

Your search for relevant insights is now smoother and more efficient than ever before.

**Seamless Integration with Leading Platforms**
Kurator brings together content from various platforms seamlessly. 

Automatically add YouTube videos, Twitter feeds, and Medium posts to your Kurator collection, regardless of where you find them. 

With Kurator, all your preferred content sources converge into one unified hub.

**Direct Connection to News Aggregators**
Stay on top of the latest news trends effortlessly. 

Kurator seamlessly integrates with popular news aggregators like Feedly, allowing you to directly save information from your Feedly account to Kurator. 

Say farewell to missing out on crucial updates.

**Empowering Publishing Tool**
Kurator isn't just about curation; it's about sharing your curated treasures with the world.

Effortlessly publish the content from your curated folders to your website and newsletter with automatic ease. 

From news articles to curated YouTube galleries, Kurator turns publishing into a breeze.

**Unleash Your Content Anywhere**
Take control of your content distribution with Kurator. 

Share news content and curated YouTube galleries directly from Kurator to any platform. 

With Kurator, you're not limited by boundaries - your curated insights can flourish across the digital landscape.

**Your Information, Your Way**
No single app is great at everything, but Kurator excels at empowering users to access all their information in one app optimally.

Experience the convenience of accessing your information within context, all while maintaining the driver's seat. Kurator empowers you to take charge of your curated content like never before.

Revolutionize the way you curate, organize, and publish content with Kurator. 

Elevate your information landscape and make curation a seamless, enjoyable experience. 

Try Kurator today and discover the joy of content mastery.
✅ Easily save, organize, and publish online content.
✅ Use scraping capabilities to capture information from any webpage.
✅ Edit headlines, save images, add or modify descriptions, and include author, publisher, date, and content tags for easy reference.
✅ Effortlessly publish curated research to your website and sync it with newsletter and social media channels.
✅ Search tag columns in each collection using Publisher, Author and Content tags search feature
✅ Globally search all your posts and filter by headline, description, publisher, author, and content tags.
✅ Create YouTube galleries that embed videos directly on your site.
✅ Create custom YouTube and Post Carousels by using your folder filters.
✅ Create custom RSS feeds per folder and automate your newsletter and website publishing.
✅ Use ChatGPT tools in conjunction with Kurator to summarize and transcribe your content and videos. This makes it easy to paste the resulting text into the Description field in Kurator.

Try Kurator today and experience a smarter, more efficient way to create content and grow your online presence.

To get started for free:
- Add Kurator to Chrome
- Register a new account
- Confirm your Email
- Pin the Kurator icon to your address bar
- Access Kurator Bookmark Manager from Bookmarks menu or Bookmark bar and pin the tab in your browser
- Eliminate clutter and increase productivity with Kurator.

Turn information into Knowledge with Kurator and share it with the world!                    

Información Básica de la Extensión

Nombre Kurator Kurator
ID nfpoemjdmpnbcnidaedpngfikhlchicf
URL Oficial https://chromewebstore.google.com/detail/kurator/nfpoemjdmpnbcnidaedpngfikhlchicf
Descripción A Smart Way To Save And Share Your Research!
Tamaño del Archivo 3.76 MB
Cantidad de Instalaciones 897
Versión Actual 2.6.47
Última Actualización 2024-02-28
Fecha de Publicación 2020-02-09
Calificación 5.00/5 Total de 19 Calificaciones
Desarrollador https://optimalaccess.com
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://optimalaccess.com/
URL de la Página de Ayuda https://optimalaccess.com/docs
URL de la Página de Política de Privacidad https://optimalaccess.com/privacy-policy
Idiomas Soportados de,en,fr,es,it,pt-BR,fa,ar,zh-CN,zh-TW,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "2.6.47",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "unlimitedStorage",
        "storage",
        "activeTab",
        "downloads",
        "tabs",
        "bookmarks",
        "clipboardWrite",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/extension.optimalaccess.com\/*",
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' ws:\/\/localhost:9090\/ https:\/\/*.com; sandbox allow-scripts allow-forms allow-popups allow-modals; child-src 'self';"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/content-inject.js"
            ],
            "matches": [
                "https:\/\/*.optimalaccess.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/content-script.js",
                "index.html",
                "icons\/icon-32-black.png",
                "icons\/icon-32.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtU+Y\/lxm8p3XaW\/b0GQtpFIMlxR17CTexo2w0cd2giItu2c6JjCM4n22gQnKG4acdb+S6xhFlQ1kikaRwxnM+cQlFvxI7TNh8DD0ZdIalQXHn\/ke0Mr1d+hak0cWYys7paqbwzFmTsJSFOPlaNwi2Hr9qn7G1o3I7tBKosUa7WowsWZkfYIJbE9D3x1vqnDB8agCZTlKxJ24TFF4YmhSlFjYB4OTRdD4Mz\/GLLSFFKUyuBmRQkLbZ\/fS\/YaEVKcttDx40aPMZg3J43sQtBCPGmSTGwHipuTSh5i32Z3VCD06RlpcsZRtwLkMblsQ6AQqeunrKK6aV0ZIE8MLaUMIvwIDAQAB",
    "homepage_url": "https:\/\/kurator.optimalaccess.com\/"
}