Dynalist Highlighter

Powerful web highlighter for Dynalist

¿Qué es Dynalist Highlighter?

Dynalist Highlighter es una extensión de Chrome desarrollada por http://danielwirtz.com, y su función principal es "Powerful web highlighter for Dynalist".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Dynalist Highlighter

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

                        Using Dynalist Highlighter you can easily highlight text on any web page and sync them to your Dynalist Inbox. This is especially helpful if you are doing research or when you want to build your own knowledge-base.

FEATURES:
→ Highlight any text on web page
→ Collect your highlights and send them in one bookmark to Dynalist
→ Code, Links and HTML elements are automatically converted
→ Adjust the bookmark title before you send it to Dynalist                    

Información Básica de la Extensión

Nombre Dynalist Highlighter Dynalist Highlighter
ID afnffidekokfdaepocnkcmmepjibjhln
URL Oficial https://chrome.google.com/webstore/detail/dynalist-highlighter/afnffidekokfdaepocnkcmmepjibjhln
Descripción Powerful web highlighter for Dynalist
Tamaño del Archivo 696 KB
Cantidad de Instalaciones 498
Versión Actual 1.2
Última Actualización 2020-02-06
Fecha de Publicación 2020-02-06
Calificación 5.00/5 Total de 8 Calificaciones
Desarrollador http://danielwirtz.com
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dynalist Highlighter",
    "description": "Powerful web highlighter for Dynalist",
    "version": "1.2",
    "manifest_version": 2,
    "icons": {
        "16": ".\/icon\/icon-on-16.png",
        "48": ".\/icon\/icon-on-48.png",
        "128": ".\/icon\/icon-on-128.png"
    },
    "background": {
        "scripts": [
            "app\/background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "permissions": [
        "storage",
        "activeTab",
        "",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "\/static\/css\/content.css",
        "\/static\/css\/app.css",
        "\/static\/css\/cssreset.css"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}