WorkFlowy colorful tags
Allows to assign color to tags in Workflowy
WorkFlowy colorful tagsคืออะไร?
WorkFlowy colorful tags เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yiannis Chronakis และคุณลักษณะหลักของมันคือ "Allows to assign color to tags in Workflowy"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WorkFlowy colorful tags
ดาวน์โหลดไฟล์ส่วนขยาย WorkFlowy colorful tags ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows the user to add colour to worKflowy tags. You can assign foreground and background colors to the label itself, the text or both. Tags and colors can be edited via the settings.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WorkFlowy colorful tags |
ID | cmbmkopbnnbhdeknahmdkfkjogdlbdjf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/workflowy-colorful-tags/cmbmkopbnnbhdeknahmdkfkjogdlbdjf |
คำอธิบาย | Allows to assign color to tags in Workflowy |
ขนาดไฟล์ | 98.48 KB |
จำนวนการติดตั้ง | 720 |
เวอร์ชันปัจจุบัน | 0.2.4 |
อัปเดตครั้งล่าสุด | 2014-12-13 |
วันที่เผยแพร่ | 2014-12-13 |
คะแนน | 4.00/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | Yiannis Chronakis |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WorkFlowy colorful tags", "short_name": "wflowyColor", "version": "0.2.4", "manifest_version": 2, "description": "Allows to assign color to tags in Workflowy", "homepage_url": "http:\/\/github.com\/chronakis", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_page": "html\/options.html", "page_action": { "default_icon": "images\/icon-19.png", "default_title": "WorkFlowy colorful tags", "default_popup": "html\/options.html" }, "permissions": [ "declarativeContent", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/workflowy.com\/", "http:\/\/workflowy.com\/" ], "js": [ "js\/lib\/jquery.min.js", "js\/modules\/common.js", "js\/modules\/options-data.js", "js\/content.js" ] }, { "matches": [ "https:\/\/workflowy.com\/", "http:\/\/workflowy.com\/" ], "css": [ "css\/content.css" ] } ] } |