Knowies

The official Knowies plugin allows you to easily save and share articles, videos and other online content that are interesting for…

¿Qué es Knowies?

Knowies es una extensión de Chrome desarrollada por Knowies, y su función principal es "The official Knowies plugin allows you to easily save and share articles, videos and other online content that are interesting for…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Knowies

Descarga archivos de extensión Knowies 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

                        The official Knowies plugin allows you to easily save and share articles, videos and other online content that are interesting for you in your Knowies profile.

Choose directly in which collection (s) and / or community (s) you want to store the content.

After saving the link you can change the title & description and add tags to your content via the Knowies website or APP (in development). To keep saving as quick and easy as possible, this is not possible via the Plugin. The standard title and description will be used. 

With the Knowies plugin you can now save content for yourself faster and share it with others on the network.                    

Información Básica de la Extensión

Nombre Knowies Knowies
ID pkkmmclebdkjeogkjgpfhplogpgdhcnn
URL Oficial https://chromewebstore.google.com/detail/knowies/pkkmmclebdkjeogkjgpfhplogpgdhcnn
Descripción The official Knowies plugin allows you to easily save and share articles, videos and other online content that are interesting for…
Tamaño del Archivo 229 KB
Cantidad de Instalaciones 62
Versión Actual 2.1.1
Última Actualización 2021-06-08
Fecha de Publicación 2020-05-20
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Knowies
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.knowies.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Knowies",
    "author": "Knowies",
    "version": "2.1.1",
    "icons": {
        "16": "dist\/images\/logo16.png",
        "48": "dist\/images\/logo48.png",
        "128": "dist\/images\/logo128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "dist\/images\/logo16.png",
            "48": "dist\/images\/logo48.png",
            "128": "dist\/images\/logo128.png"
        },
        "default_title": "Add this website to your Knowies",
        "default_popup": "app.html",
        "theme_icons": [
            {
                "light": "dist\/images\/logo128.png",
                "dark": "dist\/images\/logo128.png",
                "size": 128
            }
        ]
    },
    "permissions": [
        "storage",
        "activeTab",
        "cookies",
        "bookmarks",
        "*:\/\/*.knowies.com\/"
    ]
}