WorkFindy for WorkFlowy
Search WorkFlowy. From any website or Workflowy page. Select text or enter it. Simple. Surprisingly useful.
What is WorkFindy for WorkFlowy?
WorkFindy for WorkFlowy is a Chrome extension developed by rawbytz, and its main feature is "Search WorkFlowy. From any website or Workflowy page. Select text or enter it. Simple. Surprisingly useful.".
Extension Screenshots
Download WorkFindy for WorkFlowy Extension CRX File
Download WorkFindy for WorkFlowy 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
• NEW: Local Search. Start your entry with a space to search locally. • NEW: Works on beta.workflowy.com • WorkFindy always searches 'globally' from your WorkFlowy home page. • Select text and WorkFindy searches for your selection. • With no text selected, enter search terms into a prompt. • Inside WorkFlowy: results appear instantly in the same tab. • Outside WorkFlowy: results open in a new WorkFlowy tab. • Set a keyboard shortcut at the bottom of chrome://extensions. Highly recommended! • Home page shortcut = make no entry, just press enter/OK. • Convert a local search to global by selecting the search box & then activate. • Extension requires no permissions. Version 2.4: Local search, support for beta.workflowy.com Version 2.3: Fix Home page (search for nothing) bugs Version 2.2: Opens new tab when launched over shared WorkFlowy. Version 2.1: fixed history bug when searching for nothing, aka launching home.
Extension Basic Information
Name | WorkFindy for WorkFlowy |
ID | hbambmdimfhkndanjdhfopdodgkfclhb |
Official URL | https://chromewebstore.google.com/detail/workfindy-for-workflowy/hbambmdimfhkndanjdhfopdodgkfclhb |
Description | Search WorkFlowy. From any website or Workflowy page. Select text or enter it. Simple. Surprisingly useful. |
File Size | 12.18 KB |
Installation Count | 886 |
Current Version | 2.4 |
Last Updated | 2019-01-19 |
Publish Date | 2019-01-18 |
Rating | 5.00/5 Total 12 Ratings |
Developer | rawbytz |
[email protected] | |
Payment Type | free |
Extension Website | https://rawbytz.wordpress.com/2015/12/13/workfindy-search-workflowy-from-anywhere/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WorkFindy for WorkFlowy", "description": "Search WorkFlowy. From any website or Workflowy page. Select text or enter it. Simple. Surprisingly useful.", "version": "2.4", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "WorkFindy-19.png", "default_title": "Search WorkFlowy" }, "icons": { "19": "WorkFindy-19.png", "38": "WorkFindy-38.png", "128": "WorkFindy-128.png" }, "permissions": [ "activeTab" ], "manifest_version": 2 } |