Dynalist Highlighter

Powerful web highlighter for Dynalist

Cos'è Dynalist Highlighter?

Dynalist Highlighter è un'estensione di Chrome sviluppata da http://danielwirtz.com, e la sua funzione principale è "Powerful web highlighter for Dynalist".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dynalist Highlighter

Scarica i file di estensione Dynalist Highlighter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Dynalist Highlighter Dynalist Highlighter
ID afnffidekokfdaepocnkcmmepjibjhln
URL Ufficiale https://chrome.google.com/webstore/detail/dynalist-highlighter/afnffidekokfdaepocnkcmmepjibjhln
Descrizione Powerful web highlighter for Dynalist
Dimensione del File 696 KB
Conteggio Installazioni 498
Versione Corrente 1.2
Ultimo Aggiornamento 2020-02-06
Data di Pubblicazione 2020-02-06
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore http://danielwirtz.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}