Dynalist Bookmarker

A nifty bookmarker for dynalist.

Was ist Dynalist Bookmarker?

Dynalist Bookmarker ist eine Chrome-Erweiterung, die von Shadowfax Apps entwickelt wurde, und ihr Hauptmerkmal ist "A nifty bookmarker for dynalist.".

Erweiterungsscreenshots

screenshot
screenshot

Dynalist Bookmarker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dynalist Bookmarker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension helps you capture website links to  a Dynalist Note.

Features:
- Support for "Dynamic" folder selection for bookmarking.
- Support for #tags.
- Support for multi-line note taking.
- Configure a non-inbox folder for capturing bookmarks.
- Auto save pop-up context per web page when closed - This enables capturing notes while reading articles.
- Shortcuts - Cmd+I (Mac) / Alt+I (Windows) to open the extension. Cmd+Enter/Ctrl+Enter to "save" the bookmark.

Wiki - http://bit.ly/cdbwiki

Try it out and please provide me any feedback or feature requests on [email protected] :)


PS: I built this extension for me personally to better capture and manage my bookmarks using Dynalist!                    

Grundlegende Informationen zur Erweiterung

Name Dynalist Bookmarker Dynalist Bookmarker
ID mbempfckkkcncamnaopmfagmocdmlknf
Offizielle URL https://chromewebstore.google.com/detail/dynalist-bookmarker/mbempfckkkcncamnaopmfagmocdmlknf
Beschreibung A nifty bookmarker for dynalist.
Dateigröße 136 KB
Installationsanzahl 240
Aktuelle Version 1.0.6
Letztes Update 2019-11-05
Veröffentlichungsdatum 2019-10-17
Bewertung 4.75/5 Insgesamt 8 Bewertungen
Entwickler Shadowfax Apps
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://shadowfax92.github.io/assets/privacy_policy.pdf
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": ".\/popup.html"
    },
    "description": "A nifty bookmarker for dynalist.",
    "icons": {
        "16": "assets\/icons\/icon_16.png",
        "32": "assets\/icons\/icon_32.png",
        "64": "assets\/icons\/icon_64.png",
        "128": "assets\/icons\/icon_128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "description": "Open Dynalist Bookmarker",
            "suggested_key": {
                "default": "Alt+I",
                "mac": "Command+I"
            }
        }
    },
    "manifest_version": 2,
    "name": "Dynalist Bookmarker",
    "options_ui": {
        "chrome_style": false,
        "page": ".\/options.html"
    },
    "permissions": [
        "background",
        "storage",
        "activeTab"
    ],
    "version": "1.0.6",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com;  object-src 'self';"
}