HTML for Basecamp
Simple extension to allow typing html directly into the editor instead of using the wysiwyg editor.
Was ist HTML for Basecamp?
HTML for Basecamp ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Simple extension to allow typing html directly into the editor instead of using the wysiwyg editor.".
Erweiterungsscreenshots
HTML for Basecamp-Erweiterungs-CRX-Datei herunterladen
Laden Sie HTML for Basecamp-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | HTML for Basecamp |
ID | kmnmhcolnmikliggbninabbbiboanocj |
Offizielle URL | https://chromewebstore.google.com/detail/html-for-basecamp/kmnmhcolnmikliggbninabbbiboanocj |
Beschreibung | Simple extension to allow typing html directly into the editor instead of using the wysiwyg editor. |
Dateigröße | 43.82 KB |
Installationsanzahl | 47 |
Aktuelle Version | 0.1 |
Letztes Update | 2012-10-23 |
Veröffentlichungsdatum | 2012-10-23 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |