Klippper: Notion Web Clipper

Klippper is an advanced Notion Web clipper, it helps you save webpages to Notion from the browser without switching tabs

¿Qué es Klippper: Notion Web Clipper?

Klippper: Notion Web Clipper es una extensión de Chrome desarrollada por Klippper, y su función principal es "Klippper is an advanced Notion Web clipper, it helps you save webpages to Notion from the browser without switching tabs".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Klippper: Notion Web Clipper

Descarga archivos de extensión Klippper: Notion 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

                        Save webpages to Notion in one click!
Sign up on https://klippper.com/

Features:
- Preconfigured forms to get a page URL, title, description, icon and more 
  automatically
- Select multiple images from a site and save them directly into your Notion 
  database
- Use the "notes" field to save important information
- Add Mentions to page content
- Duplicates detector for URL fields
- Save highlights from webpages and PDFs to your notion page 
-  Forms sync with all your computers
- and more to come!

Contact
If you have any questions send us an email at [email protected]
Or leave us a feedback here https://notionforms.io/forms/feedbacks-5 !                    

Información Básica de la Extensión

Nombre Klippper: Notion Web Clipper Klippper: Notion Web Clipper
ID lkgcadkhhkpfagbhepgelelekpodihja
URL Oficial https://chromewebstore.google.com/detail/klippper-notion-web-clipp/lkgcadkhhkpfagbhepgelelekpodihja
Descripción Klippper is an advanced Notion Web clipper, it helps you save webpages to Notion from the browser without switching tabs
Tamaño del Archivo 169 KB
Cantidad de Instalaciones 1,817
Versión Actual 0.0.0.20
Última Actualización 2023-02-06
Fecha de Publicación 2022-02-25
Calificación 4.10/5 Total de 10 Calificaciones
Desarrollador Klippper
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://klippper.com/
URL de la Página de Ayuda https://klippper.com/
URL de la Página de Política de Privacidad https://klippper.com/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Klippper is an advanced Notion Web clipper, it helps you save webpages to Notion from the browser without switching tabs",
    "version": "0.0.0.20",
    "manifest_version": 3,
    "name": "Klippper: Notion Web Clipper",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": [],
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "klippperLogo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "content.styles.css",
                "klippperLogo.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}