HTML for Basecamp
Simple extension to allow typing html directly into the editor instead of using the wysiwyg editor.
What is HTML for Basecamp?
HTML for Basecamp is a Chrome extension developed by Unknown, and its main feature is "Simple extension to allow typing html directly into the editor instead of using the wysiwyg editor.".
Extension Screenshots
Download HTML for Basecamp Extension CRX File
Download HTML for Basecamp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | HTML for Basecamp |
ID | kmnmhcolnmikliggbninabbbiboanocj |
Official URL | 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. |
File Size | 43.82 KB |
Installation Count | 47 |
Current Version | 0.1 |
Last Updated | 2012-10-23 |
Publish Date | 2012-10-23 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" ] } ] } |