HTML for Basecamp
Simple extension to allow typing html directly into the editor instead of using the wysiwyg editor.
什么是HTML for Basecamp?
HTML for Basecamp是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Simple extension to allow typing html directly into the editor instead of using the wysiwyg editor.”。
扩展截图
下载HTML for Basecamp扩展crx文件
下载HTML for Basecamp扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | HTML for Basecamp |
ID | kmnmhcolnmikliggbninabbbiboanocj |
官方URL | https://chromewebstore.google.com/detail/html-for-basecamp/kmnmhcolnmikliggbninabbbiboanocj |
简介 | Simple extension to allow typing html directly into the editor instead of using the wysiwyg editor. |
文件大小 | 43.82 KB |
安装次数 | 47 |
当前版本 | 0.1 |
更新时间 | 2012-10-23 |
上架时间 | 2012-10-23 |
评分 | 3.00/5 共2次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | 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" ] } ] } |