WorkFlowy Clipper
Quickly save a bookmark or jot down a quick note into a particular WorkFlowy list
Qu'est-ce que WorkFlowy Clipper ?
WorkFlowy Clipper est une extension Chrome développée par Mike Rosulek, et sa fonction principale est "Quickly save a bookmark or jot down a quick note into a particular WorkFlowy list".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WorkFlowy Clipper
Téléchargez les fichiers d'extension WorkFlowy 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
Quickly add items to a WorkFlowy list that is designated as your "inbox". Requires a WorkFlowy account (workflowy.com). Cool features: * Choose which WorkFlowy list is added to. * Automatically makes a note including URL & selected text. This is an UNOFFICIAL browser extension. I have no affiliation with WorkFlowy. Do NOT contact them for support questions regarding this browser extension!
Informations de Base sur l'Extension
Nom | WorkFlowy Clipper |
ID | pmolhkonbppmihdpjmgclnclfppjndom |
URL Officiel | https://chromewebstore.google.com/detail/workflowy-clipper/pmolhkonbppmihdpjmgclnclfppjndom |
Description | Quickly save a bookmark or jot down a quick note into a particular WorkFlowy list |
Taille du Fichier | 43.65 KB |
Nombre d'Installations | 3,667 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-11-26 |
Date de Publication | 2015-11-26 |
Évaluation | 4.84/5 Total 37 Évaluations |
Développeur | Mike Rosulek |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/rosulek/workflowy-clipper |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WorkFlowy Clipper", "description": "Quickly save a bookmark or jot down a quick note into a particular WorkFlowy list", "version": "1.0", "author": "Mike Rosulek", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/workflowy.com\/*" ], "background": { "scripts": [ "background.js" ] } } |