Dynalist Companion Clipper
Clip and capture to your Dynalist.
O que é Dynalist Companion Clipper?
Dynalist Companion Clipper é uma extensão do Chrome desenvolvida por Dynalist Inc., e sua principal característica é "Clip and capture to your Dynalist.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Dynalist Companion Clipper
Baixe arquivos de extensão Dynalist Companion Clipper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Dynalist Companion Clipper |
ID | ilcnkabiejjaijmenfmfobnkplflaglb |
URL Oficial | https://chromewebstore.google.com/detail/dynalist-companion-clippe/ilcnkabiejjaijmenfmfobnkplflaglb |
Descrição | Clip and capture to your Dynalist. |
Tamanho do Arquivo | 187 KB |
Contagem de Instalações | 7,201 |
Versão Atual | 0.3 |
Última Atualização | 2018-10-03 |
Data de Publicação | 2018-10-03 |
Classificação | 4.48/5 Total de 23 Avaliações |
Desenvolvedor | Dynalist Inc. |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://dynalist.io/ |
URL da Página de Política de Privacidade | https://dynalist.io/privacy |
Idiomas Suportados | 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 } } |