Better WorkFlowy

Enhance WorkFlowy

Apa itu Better WorkFlowy?

Better WorkFlowy adalah ekstensi Chrome yang dikembangkan oleh Nikita Madeev, dan fitur utamanya adalah "Enhance WorkFlowy".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Better WorkFlowy

Unduh file ekstensi Better WorkFlowy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Better WorkFlowy Better WorkFlowy
ID kmkdngajnjecnkdpiddmkongflkcojlg
URL Resmi https://chromewebstore.google.com/detail/better-workflowy/kmkdngajnjecnkdpiddmkongflkcojlg
Deskripsi Enhance WorkFlowy
Ukuran File 37.82 KB
Jumlah Instalasi 46
Versi Saat Ini 2.2.0
Terakhir Diperbarui 2023-08-23
Tanggal Publikasi 2020-10-12
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Nikita Madeev
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/nekitcorp/better-workflowy
URL Halaman Bantuan https://github.com/nekitcorp/better-workflowy
Bahasa yang Didukung 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
        }
    ]
}