HTML for Basecamp
Simple extension to allow typing html directly into the editor instead of using the wysiwyg editor.
Qu'est-ce que HTML for Basecamp ?
HTML for Basecamp est une extension Chrome développée par Unknown, et sa fonction principale est "Simple extension to allow typing html directly into the editor instead of using the wysiwyg editor.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HTML for Basecamp
Téléchargez les fichiers d'extension HTML for Basecamp 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
We started working on Basecamp and I needed to add some basic formatting to the text of the tasks and found it almost imposible with the current editor. When I found you could paste form another source some html formatted content I decided to venture myself into making a little extension to allow html insertion directly.
Informations de Base sur l'Extension
Nom | HTML for Basecamp |
ID | kmnmhcolnmikliggbninabbbiboanocj |
URL Officiel | https://chromewebstore.google.com/detail/html-for-basecamp/kmnmhcolnmikliggbninabbbiboanocj |
Description | Simple extension to allow typing html directly into the editor instead of using the wysiwyg editor. |
Taille du Fichier | 43.82 KB |
Nombre d'Installations | 47 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2012-10-23 |
Date de Publication | 2012-10-23 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "HTML for Basecamp", "version": "0.1", "manifest_version": 2, "description": "Simple extension to allow typing html directly into the editor instead of using the wysiwyg editor.", "icons": { "128": "icon.png" }, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/basecamp.com\/*" ], "js": [ "jquery.js", "go.js", "resize.js" ], "css": [ "style.css" ] } ] } |