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!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Workflowy Styler
قم بتنزيل ملفات الامتداد Workflowy Styler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Customize Workflowy to your look exactly how you like it! Change the background, page width, opacity, color and more!
معلومات أساسية عن التمديد
الاسم | 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\/*" ] } |