Workflowy Styler

Customize Workflowy to your liking! Change the background, page width, opacity, color and more!

Workflowy Stylerคืออะไร?

Workflowy Styler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Coder of the Galaxy และคุณลักษณะหลักของมันคือ "Customize Workflowy to your liking! Change the background, page width, opacity, color and more!"

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

screenshot
screenshot

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

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

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

                        Customize Workflowy to your look exactly how you like it! Change the background, page width, opacity, color and more!                    

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

ชื่อ Workflowy Styler Workflowy Styler
ID bmhgibpiicbffanngfodeeinbachkmlf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/workflowy-styler/bmhgibpiicbffanngfodeeinbachkmlf
คำอธิบาย Customize Workflowy to your liking! Change the background, page width, opacity, color and more!
ขนาดไฟล์ 308 KB
จำนวนการติดตั้ง 182
เวอร์ชันปัจจุบัน 0.0.0.4
อัปเดตครั้งล่าสุด 2017-04-29
วันที่เผยแพร่ 2017-04-29
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Coder of the Galaxy
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Workflowy Styler",
    "description": "Customize Workflowy to your liking! Change the background, page width, opacity, color and more!",
    "version": "0.0.0.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/workflowy.com\/*"
            ],
            "js": [
                "\/data\/resources\/lib\/jquery\/jquery-1.11.3.min.js",
                "\/data\/resources\/lib\/colorpicker\/js\/bootstrap-colorpicker.min.js",
                "\/data\/options\/chromeApiWrapper.js",
                "\/data\/extension\/workflowy_cs.js"
            ],
            "css": [
                "\/data\/extension\/workflowy_cs.css"
            ]
        }
    ],
    "icons": {
        "16": "data\/resources\/img\/icon16.png",
        "48": "data\/resources\/img\/icon48.png",
        "128": "data\/resources\/img\/icon128.png"
    },
    "options_page": "data\/options\/index.html",
    "options_ui": {
        "chrome_style": true,
        "page": "data\/options\/index.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "data\/resources\/img\/icon256.png",
            "38": "data\/resources\/img\/icon256.png"
        },
        "default_title": "Workflowy Styler Options",
        "default_popup": "\/data\/options\/index.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/workflowy.com\/*"
    ]
}