Dynalist Companion Clipper
Clip and capture to your Dynalist.
Qu'est-ce que Dynalist Companion Clipper ?
Dynalist Companion Clipper est une extension Chrome développée par Dynalist Inc., et sa fonction principale est "Clip and capture to your Dynalist.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dynalist Companion Clipper
Téléchargez les fichiers d'extension Dynalist Companion Clipper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Dynalist Companion Clipper |
ID | ilcnkabiejjaijmenfmfobnkplflaglb |
URL Officiel | https://chromewebstore.google.com/detail/dynalist-companion-clippe/ilcnkabiejjaijmenfmfobnkplflaglb |
Description | Clip and capture to your Dynalist. |
Taille du Fichier | 187 KB |
Nombre d'Installations | 7,201 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2018-10-03 |
Date de Publication | 2018-10-03 |
Évaluation | 4.48/5 Total 23 Évaluations |
Développeur | Dynalist Inc. |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://dynalist.io/ |
URL de la Page de Politique de Confidentialité | https://dynalist.io/privacy |
Langues Prises en Charge | 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 } } |