Dynalist Companion Clipper

Clip and capture to your Dynalist.

Wat is Dynalist Companion Clipper?

Dynalist Companion Clipper is een Chrome-extensie ontwikkeld door Dynalist Inc., en de belangrijkste functie is "Clip and capture to your Dynalist.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Dynalist Companion Clipper

Download Dynalist Companion Clipper-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

                        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.                    

Basisinformatie over de Extensie

Naam Dynalist Companion Clipper Dynalist Companion Clipper
ID ilcnkabiejjaijmenfmfobnkplflaglb
Officiële URL https://chromewebstore.google.com/detail/dynalist-companion-clippe/ilcnkabiejjaijmenfmfobnkplflaglb
Beschrijving Clip and capture to your Dynalist.
Bestandsgrootte 187 KB
Aantal Installaties 7,201
Huidige Versie 0.3
Laatst Bijgewerkt 2018-10-03
Publicatiedatum 2018-10-03
Beoordeling 4.48/5 Totaal 23 Beoordelingen
Ontwikkelaar Dynalist Inc.
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://dynalist.io/
URL van de Privacybeleid Pagina https://dynalist.io/privacy
Ondersteunde Talen 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
    }
}