WorkFlowy Clipper
Quickly save a bookmark or jot down a quick note into a particular WorkFlowy list
What is WorkFlowy Clipper?
WorkFlowy Clipper is a Chrome extension developed by Mike Rosulek, and its main feature is "Quickly save a bookmark or jot down a quick note into a particular WorkFlowy list".
Extension Screenshots
Download WorkFlowy Clipper Extension CRX File
Download WorkFlowy Clipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | WorkFlowy Clipper |
ID | pmolhkonbppmihdpjmgclnclfppjndom |
Official URL | https://chromewebstore.google.com/detail/workflowy-clipper/pmolhkonbppmihdpjmgclnclfppjndom |
Description | Quickly save a bookmark or jot down a quick note into a particular WorkFlowy list |
File Size | 43.65 KB |
Installation Count | 3,667 |
Current Version | 1.0 |
Last Updated | 2015-11-26 |
Publish Date | 2015-11-26 |
Rating | 4.84/5 Total 37 Ratings |
Developer | Mike Rosulek |
Payment Type | free |
Extension Website | https://github.com/rosulek/workflowy-clipper |
Supported Languages | 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" ] } } |