Better WorkFlowy

Enhance WorkFlowy

What is Better WorkFlowy?

Better WorkFlowy is a Chrome extension developed by Nikita Madeev, and its main feature is "Enhance WorkFlowy".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Better WorkFlowy Extension CRX File

Download Better 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

                        Extension for improvement workflowy.

Features:
– Hotkey search
– Swap hashtags on hotkey
– Calculate total time
– Hashtag line color

More detailed description of features can be found: https://github.com/NekitCorp/better-workflowy/blob/master/README.md

———————————————————

Source code and bug tracker
https://github.com/nekitcorp/better-workflowy                    

Extension Basic Information

Name Better WorkFlowy Better WorkFlowy
ID kmkdngajnjecnkdpiddmkongflkcojlg
Official URL https://chromewebstore.google.com/detail/better-workflowy/kmkdngajnjecnkdpiddmkongflkcojlg
Description Enhance WorkFlowy
File Size 37.82 KB
Installation Count 46
Current Version 2.2.0
Last Updated 2023-08-23
Publish Date 2020-10-12
Rating 5.00/5 Total 2 Ratings
Developer Nikita Madeev
Email [email protected]
Payment Type free
Extension Website https://github.com/nekitcorp/better-workflowy
Help Page URL https://github.com/nekitcorp/better-workflowy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better WorkFlowy",
    "description": "Enhance WorkFlowy",
    "version": "2.2.0",
    "version_name": "2.2.0",
    "icons": {
        "16": "src\/assets\/icons\/icon-16.png",
        "32": "src\/assets\/icons\/icon-32.png",
        "48": "src\/assets\/icons\/icon-48.png",
        "128": "src\/assets\/icons\/icon-128.png"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "options_ui": {
        "page": "src\/options\/options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader.79b802d9.js"
            ],
            "matches": [
                "*:\/\/www.workflowy.com\/*",
                "*:\/\/workflowy.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/www.workflowy.com\/*",
        "*:\/\/workflowy.com\/*"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/workflowy.com\/*",
                "*:\/\/www.workflowy.com\/*"
            ],
            "resources": [
                "assets\/index.b8d9e078.js",
                "assets\/index.e3d52595.js",
                "assets\/index.ts.3e2e6185.js"
            ],
            "use_dynamic_url": true
        }
    ]
}