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.
Qu'est-ce que painter for workflowy.com ?
painter for workflowy.com est une extension Chrome développée par Alexander Korotykin, et sa fonction principale est "extension for workflowy.com. paint your list with 17 colors - red,blue,green,yellow,aqua,black,fuchsia,gray,lime,maroon,etc.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension painter for workflowy.com
Téléchargez les fichiers d'extension painter for workflowy.com au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | painter for workflowy.com |
ID | boeplfofdabogkgimajcpadbnfcmkmek |
URL Officiel | https://chromewebstore.google.com/detail/painter-for-workflowycom/boeplfofdabogkgimajcpadbnfcmkmek |
Description | extension for workflowy.com. paint your list with 17 colors - red,blue,green,yellow,aqua,black,fuchsia,gray,lime,maroon,etc. |
Taille du Fichier | 35.98 KB |
Nombre d'Installations | 1,982 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2013-05-11 |
Date de Publication | 2013-05-11 |
Évaluation | 3.85/5 Total 48 Évaluations |
Développeur | Alexander Korotykin |
Type de Paiement | free |
URL de la Page d'Aide | https://groups.google.com/d/forum/workflowy-painter |
Langues Prises en Charge | 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" } |