WorkFindy for WorkFlowy

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

Qu'est-ce que WorkFindy for WorkFlowy ?

WorkFindy for WorkFlowy est une extension Chrome développée par rawbytz, et sa fonction principale est "Search WorkFlowy. From any website or Workflowy page. Select text or enter it. Simple. Surprisingly useful.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension WorkFindy for WorkFlowy

Téléchargez les fichiers d'extension WorkFindy for WorkFlowy 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

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

Informations de Base sur l'Extension

Nom WorkFindy for WorkFlowy WorkFindy for WorkFlowy
ID hbambmdimfhkndanjdhfopdodgkfclhb
URL Officiel 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.
Taille du Fichier 12.18 KB
Nombre d'Installations 886
Version Actuelle 2.4
Dernière Mise à Jour 2019-01-19
Date de Publication 2019-01-18
Évaluation 5.00/5 Total 12 Évaluations
Développeur rawbytz
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://rawbytz.wordpress.com/2015/12/13/workfindy-search-workflowy-from-anywhere/
Langues Prises en Charge 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
}