Notejoy Web Clipper

Save and share anything you see on the web directly to Notejoy.

¿Qué es Notejoy Web Clipper?

Notejoy Web Clipper es una extensión de Chrome desarrollada por https://notejoy.com, y su función principal es "Save and share anything you see on the web directly to Notejoy.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Notejoy Web Clipper

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

                        CLIP ANYTHING
- Clip any web page you find across the web
- Save as a simplified article for easy reading within Notejoy
- Or save a bookmark to get back to the original at any time
- Clip images, PDFs, and videos in addition to articles
- Great for saving any content you come across as part of your project's research

EASILY SHARE
- Simply save your clip in a team library to give your colleagues access
- Add a comment and @mention colleagues to bring the clip to their attention and start a conversation
- Easily maintain a central hub for your team to come back to so important research doesn't get lost in email or Slack                    

Información Básica de la Extensión

Nombre Notejoy Web Clipper Notejoy Web Clipper
ID hdpnapnmccppiagahpoclpjdoimjjkic
URL Oficial https://chromewebstore.google.com/detail/notejoy-web-clipper/hdpnapnmccppiagahpoclpjdoimjjkic
Descripción Save and share anything you see on the web directly to Notejoy.
Tamaño del Archivo 34.12 KB
Cantidad de Instalaciones 1,757
Versión Actual 1.2.0
Última Actualización 2020-12-20
Fecha de Publicación 2019-01-20
Calificación 4.43/5 Total de 7 Calificaciones
Desarrollador https://notejoy.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://notejoy.com
URL de la Página de Ayuda https://notejoy.com/help
URL de la Página de Política de Privacidad https://notejoy.com/privacy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notejoy Web Clipper",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "Save and share anything you see on the web directly to Notejoy.",
    "homepage_url": "https:\/\/notejoy.com",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "iframe.html",
        "iframe.js"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Clip to Notejoy"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}