Workflowy Styler
Customize Workflowy to your liking! Change the background, page width, opacity, color and more!
¿Qué es Workflowy Styler?
Workflowy Styler es una extensión de Chrome desarrollada por Coder of the Galaxy, y su función principal es "Customize Workflowy to your liking! Change the background, page width, opacity, color and more!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Workflowy Styler
Descarga archivos de extensión Workflowy Styler en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Customize Workflowy to your look exactly how you like it! Change the background, page width, opacity, color and more!
Información Básica de la Extensión
Nombre | Workflowy Styler |
ID | bmhgibpiicbffanngfodeeinbachkmlf |
URL Oficial | https://chromewebstore.google.com/detail/workflowy-styler/bmhgibpiicbffanngfodeeinbachkmlf |
Descripción | Customize Workflowy to your liking! Change the background, page width, opacity, color and more! |
Tamaño del Archivo | 308 KB |
Cantidad de Instalaciones | 182 |
Versión Actual | 0.0.0.4 |
Última Actualización | 2017-04-29 |
Fecha de Publicación | 2017-04-29 |
Calificación | 4.60/5 Total de 5 Calificaciones |
Desarrollador | Coder of the Galaxy |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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\/*" ] } |