knugget - Web Clipper

Clip knowledge nuggets from the web in seconds and add them to your knugget account.

¿Qué es knugget - Web Clipper?

knugget - Web Clipper es una extensión de Chrome desarrollada por letsknugget, y su función principal es "Clip knowledge nuggets from the web in seconds and add them to your knugget account.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión knugget - Web Clipper

Descarga archivos de extensión knugget - Web Clipper 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 knugget web clipper allows you to quickly create knuggets from all over the web. Simply highlight the quote, right click and add it to a collection of your choice.

If you want to create a new collection, you can do so with a few clicks as well.

knugget helps you keep the insights in mind, which are important to you. We develop this Chrome extension to make it as easy as possible for you to add knuggets.                    

Información Básica de la Extensión

Nombre knugget - Web Clipper knugget - Web Clipper
ID oebaiimomknnlpfhmpllaacfhphnghfn
URL Oficial https://chromewebstore.google.com/detail/knugget-web-clipper/oebaiimomknnlpfhmpllaacfhphnghfn
Descripción Clip knowledge nuggets from the web in seconds and add them to your knugget account.
Tamaño del Archivo 3.05 MB
Cantidad de Instalaciones 56
Versión Actual 0.4.6
Última Actualización 2021-05-25
Fecha de Publicación 2021-05-24
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador letsknugget
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://knugg.et
URL de la Página de Política de Privacidad https://www.knugg.et/privacy-policy.html
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.4.6",
    "manifest_version": 2,
    "name": "knugget - Web Clipper",
    "description": "Clip knowledge nuggets from the web in seconds and add them to your knugget account.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "128": "img\/faveicon-128.png"
    },
    "options_ui": {
        "page": ".\/options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "lib\/content-script-frame.js",
        "lib\/iframe-resizer\/*",
        "popup.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.tiny.cloud; object-src 'self'"
}