painter for workflowy.com
extension for workflowy.com. paint your list with 17 colors - red,blue,green,yellow,aqua,black,fuchsia,gray,lime,maroon,etc.
painter for workflowy.com là gì?
painter for workflowy.com là một tiện ích mở rộng Chrome được phát triển bởi Alexander Korotykin, và tính năng chính của nó là "extension for workflowy.com. paint your list with 17 colors - red,blue,green,yellow,aqua,black,fuchsia,gray,lime,maroon,etc.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng painter for workflowy.com
Tải xuống các tệp mở rộng painter for workflowy.com dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Paint your list with 17 colors - red, blue, green, yellow, aqua, black, fuchsia, gray, lime, maroon, navy, olive, orange, purple, silver, teal, white ! Using -- just add tag with color name - e.g. #red. Only for using with workflowy.com version 2.1: - 11 colors added; - fixed font color in MarkerMode; - renamed. Google Group to discuss the extension - https://groups.google.com/d/forum/workflowy-painter
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | painter for workflowy.com |
ID | boeplfofdabogkgimajcpadbnfcmkmek |
URL Chính Thức | https://chromewebstore.google.com/detail/painter-for-workflowycom/boeplfofdabogkgimajcpadbnfcmkmek |
Mô tả | extension for workflowy.com. paint your list with 17 colors - red,blue,green,yellow,aqua,black,fuchsia,gray,lime,maroon,etc. |
Kích Thước Tệp | 35.98 KB |
Số Lần Cài Đặt | 1,982 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2013-05-11 |
Ngày Phát Hành | 2013-05-11 |
Đánh Giá | 3.85/5 Tổng số 48 Đánh Giá |
Nhà Phát Triển | Alexander Korotykin |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://groups.google.com/d/forum/workflowy-painter |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "painter for workflowy.com", "version": "2.1", "description": "extension for workflowy.com. paint your list with 17 colors - red,blue,green,yellow,aqua,black,fuchsia,gray,lime,maroon,etc.", "background": { "scripts": [ "wfpbg.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/workflowy.com\/", "http:\/\/workflowy.com\/" ], "js": [ "jquery-2.0.0.min.js", "wfpainter.js" ] } ], "icons": { "16": "wfpainter16.png", "48": "wfpainter48_1.png", "128": "wfpainter128_1.png" }, "page_action": { "default_icon": "wfpainter19.png", "default_title": "Painter for workflowy.com", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "options_page": "popup.html" } |