WorkFindy for WorkFlowy

Search WorkFlowy. From any website or Workflowy page. Select text or enter it. Simple. Surprisingly useful.

Wat is WorkFindy for WorkFlowy?

WorkFindy for WorkFlowy is een Chrome-extensie ontwikkeld door rawbytz, en de belangrijkste functie is "Search WorkFlowy. From any website or Workflowy page. Select text or enter it. Simple. Surprisingly useful.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie WorkFindy for WorkFlowy

Download WorkFindy for WorkFlowy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        • 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.                    

Basisinformatie over de Extensie

Naam WorkFindy for WorkFlowy WorkFindy for WorkFlowy
ID hbambmdimfhkndanjdhfopdodgkfclhb
Officiële URL https://chromewebstore.google.com/detail/workfindy-for-workflowy/hbambmdimfhkndanjdhfopdodgkfclhb
Beschrijving Search WorkFlowy. From any website or Workflowy page. Select text or enter it. Simple. Surprisingly useful.
Bestandsgrootte 12.18 KB
Aantal Installaties 886
Huidige Versie 2.4
Laatst Bijgewerkt 2019-01-19
Publicatiedatum 2019-01-18
Beoordeling 5.00/5 Totaal 12 Beoordelingen
Ontwikkelaar rawbytz
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://rawbytz.wordpress.com/2015/12/13/workfindy-search-workflowy-from-anywhere/
Ondersteunde Talen 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
}