Dynalist Highlighter

Powerful web highlighter for Dynalist

Wat is Dynalist Highlighter?

Dynalist Highlighter is een Chrome-extensie ontwikkeld door http://danielwirtz.com, en de belangrijkste functie is "Powerful web highlighter for Dynalist".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Dynalist Highlighter

Download Dynalist Highlighter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Dynalist Highlighter Dynalist Highlighter
ID afnffidekokfdaepocnkcmmepjibjhln
Officiële URL https://chrome.google.com/webstore/detail/dynalist-highlighter/afnffidekokfdaepocnkcmmepjibjhln
Beschrijving Powerful web highlighter for Dynalist
Bestandsgrootte 696 KB
Aantal Installaties 498
Huidige Versie 1.2
Laatst Bijgewerkt 2020-02-06
Publicatiedatum 2020-02-06
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar http://danielwirtz.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}