Dynalist Companion Clipper

Clip and capture to your Dynalist.

Was ist Dynalist Companion Clipper?

Dynalist Companion Clipper ist eine Chrome-Erweiterung, die von Dynalist Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Clip and capture to your Dynalist.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Dynalist Companion Clipper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dynalist Companion Clipper-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

                        Dynalist Companion Clipper clips the current page URL and selected text to your Dynalist inbox location.

Instructions:

(1) To use this extension, you need to have a Dynalist account. If you don't have one, sign up for one here: https://dynalist.io/signup

(2) Set an inbox location in Dynalist. Here's how: https://help.dynalist.io/article/119-set-an-inbox-location

(3) Log into Dynalist on the browser.

(4) Use the extension icon to capture the current page, or use the right click menu to clip current page or selected text.


Advanced usage:

(1) When the capture popup is open, you can hit Ctrl+Enter to capture;

(2) Customize the format of your captured text in options.                    

Grundlegende Informationen zur Erweiterung

Name Dynalist Companion Clipper Dynalist Companion Clipper
ID ilcnkabiejjaijmenfmfobnkplflaglb
Offizielle URL https://chromewebstore.google.com/detail/dynalist-companion-clippe/ilcnkabiejjaijmenfmfobnkplflaglb
Beschreibung Clip and capture to your Dynalist.
Dateigröße 187 KB
Installationsanzahl 7,201
Aktuelle Version 0.3
Letztes Update 2018-10-03
Veröffentlichungsdatum 2018-10-03
Bewertung 4.48/5 Insgesamt 23 Bewertungen
Entwickler Dynalist Inc.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://dynalist.io/
URL der Datenschutzrichtlinien-Seite https://dynalist.io/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dynalist Companion Clipper",
    "short_name": "DynaClipper",
    "description": "Clip and capture to your Dynalist.",
    "version": "0.3",
    "icons": {
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "browser_action": {
        "default_icon": "image\/icon48.png",
        "default_title": "Clip this page to Dynalist",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "*:\/\/*.dynalist.io\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}