Dynalist Companion Clipper

Clip and capture to your Dynalist.

Cos'è Dynalist Companion Clipper?

Dynalist Companion Clipper è un'estensione di Chrome sviluppata da Dynalist Inc., e la sua funzione principale è "Clip and capture to your Dynalist.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Dynalist Companion Clipper

Scarica i file di estensione Dynalist Companion Clipper 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Dynalist Companion Clipper Dynalist Companion Clipper
ID ilcnkabiejjaijmenfmfobnkplflaglb
URL Ufficiale https://chromewebstore.google.com/detail/dynalist-companion-clippe/ilcnkabiejjaijmenfmfobnkplflaglb
Descrizione Clip and capture to your Dynalist.
Dimensione del File 187 KB
Conteggio Installazioni 7,201
Versione Corrente 0.3
Ultimo Aggiornamento 2018-10-03
Data di Pubblicazione 2018-10-03
Valutazione 4.48/5 Totale 23 Valutazioni
Sviluppatore Dynalist Inc.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://dynalist.io/
URL della Pagina della Politica sulla Privacy https://dynalist.io/privacy
Lingue Supportate 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
    }
}