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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |