WorkFlowy Presenter

Presenter for workflowy.com.

WorkFlowy Presenterคืออะไร?

WorkFlowy Presenter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paul Madeline และคุณลักษณะหลักของมันคือ "Presenter for workflowy.com."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        WorkFlowy Presenter
Presenter for workflowy.com.
It convert list from WorkFlowy to a presentable text for giving a talk.                    

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

ชื่อ WorkFlowy Presenter WorkFlowy Presenter
ID hjmpmegmndopebikjnidpchepoodfnca
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/workflowy-presenter/hjmpmegmndopebikjnidpchepoodfnca
คำอธิบาย Presenter for workflowy.com.
ขนาดไฟล์ 260 KB
จำนวนการติดตั้ง 181
เวอร์ชันปัจจุบัน 2.3.2
อัปเดตครั้งล่าสุด 2018-12-23
วันที่เผยแพร่ 2018-12-23
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Paul Madeline
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WorkFlowy Presenter",
    "short_name": "WFP",
    "version": "3.3.2",
    "version_name": "2.3.2",
    "description": "Presenter for workflowy.com.",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/workflowy.com\/*",
                "https:\/\/beta.workflowy.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js",
                "js\/modal.js"
            ]
        }
    ],
    "icons": {
        "16": "image\/icon16.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "page_action": {
        "default_title": "WorkFlowy Presenter",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "css\/*.css",
        "modal.html",
        "js\/inject.js",
        "js\/latex.js",
        "js\/markdown.js"
    ]
}