Workflowy: Jump to first match

User Ctrl+Enter to jump from Workflowy's search page into the first match.

Workflowy: Jump to first match क्या है?

Workflowy: Jump to first match Gunar C. Gessner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "User Ctrl+Enter to jump from Workflowy's search page into the first match."।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Workflowy: Jump to first match एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Makes navigating Workflowy easier.

1. Type something into the search box.
2. Press Ctrl+Enter.

NB: After the Jump, the search box is still focused, so you may continue searching further down that path.                    

एक्सटेंशन की मूल जानकारी

नाम Workflowy: Jump to first match Workflowy: Jump to first match
ID mfcngfmagchdcanngmaoemcgfckbcgdc
आधिकारिक URL https://chromewebstore.google.com/detail/workflowy-jump-to-first-m/mfcngfmagchdcanngmaoemcgfckbcgdc
विवरण User Ctrl+Enter to jump from Workflowy's search page into the first match.
फ़ाइल का आकार 5.64 KB
स्थापना संख्या 26
वर्तमान संस्करण 1
अंतिम अपडेट 2016-09-16
प्रकाशन तिथि 2016-09-16
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Gunar C. Gessner
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/gunar/jump-to-first
सहायता पृष्ठ URL https://github.com/gunar/jump-to-first/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "jumpToFirst.user.js"
            ],
            "matches": [
                "https:\/\/workflowy.com\/*",
                "http:\/\/workflowy.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true,
    "description": "User Ctrl+Enter to jump from Workflowy's search page into the first match.",
    "name": "Workflowy: Jump to first match",
    "version": "1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}