WFx for WorkFlowy

Create intuitive text shortcuts to your favorite WorkFlowy lists, websites, and tools.

WFx for WorkFlowyคืออะไร?

WFx for WorkFlowy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rawbytz และคุณลักษณะหลักของมันคือ "Create intuitive text shortcuts to your favorite WorkFlowy lists, websites, and tools."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WFx for WorkFlowy

ดาวน์โหลดไฟล์ส่วนขยาย WFx for WorkFlowy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With WFx, you create simple, intuitive text shortcuts to things you typically bookmark in the browser:
  • WorkFlowy bullets and searches
  • Favorite websites
  • Bookmarklets/JavaScript

Then use a single keyboard shortcut to generate a prompt, where you enter those shortcuts. Press Enter and WFx instantly finds an existing tab, or opens a new one if none exist. This feature is called "find tab or create" or FTOC.  If you keep a ton of tabs open, FTOC is your friend and will eliminate duplicate tabs.  

ON INSTALL
• Access HELP information in OPTIONS
• Right click the icon in Chrome's toolbar > Select Options
 - OR -
• Use WFx built shortcut (Alt+W) then enter "wfo" into the prompt

PRIVACY/PERMISSIONS
WFx requires the following permissions:
• Read your browsing history
• Manage your downloads

Browser history is used only to query the open tab URLs for the "Find Tab or Create" feature.  WFx DOES NOT collect, transmit, store, or share any user data. EVER. 

The download permission is needed to download a simple text file backup of your shortcut data, which only you can trigger by clicking a button. 

v 2.6.2 Minor CSS tweaks
v 2.6.1 Dark Mode for Options
v 2.6.0 Minor bug fixes
v 2.5.9 Fixed bug where shortcut #setup sometimes quits.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WFx for WorkFlowy WFx for WorkFlowy
ID jbehgpdjkcconnaagjhddddfdajbpfhi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wfx-for-workflowy/jbehgpdjkcconnaagjhddddfdajbpfhi
คำอธิบาย Create intuitive text shortcuts to your favorite WorkFlowy lists, websites, and tools.
ขนาดไฟล์ 48.76 KB
จำนวนการติดตั้ง 2,624
เวอร์ชันปัจจุบัน 2.6.2
อัปเดตครั้งล่าสุด 2024-02-19
วันที่เผยแพร่ 2020-06-16
คะแนน 4.93/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา rawbytz
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WFx for WorkFlowy",
    "description": "Create intuitive text shortcuts to your favorite WorkFlowy lists, websites, and tools.",
    "version": "2.6.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "WFx_19.png",
        "default_title": "WFx for WorkFlowy"
    },
    "icons": {
        "19": "WFx_19.png",
        "38": "WFx_38.png",
        "128": "WFx_128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "storage",
        "downloads"
    ],
    "options_ui": {
        "chrome_style": false,
        "page": "options.html",
        "open_in_tab": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+W"
            }
        }
    },
    "manifest_version": 2
}