HTML for Basecamp
Simple extension to allow typing html directly into the editor instead of using the wysiwyg editor.
HTML for Basecamp là gì?
HTML for Basecamp là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Simple extension to allow typing html directly into the editor instead of using the wysiwyg editor.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng HTML for Basecamp
Tải xuống các tệp mở rộng HTML for Basecamp dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HTML for Basecamp |
ID | kmnmhcolnmikliggbninabbbiboanocj |
URL Chính Thức | https://chromewebstore.google.com/detail/html-for-basecamp/kmnmhcolnmikliggbninabbbiboanocj |
Mô tả | Simple extension to allow typing html directly into the editor instead of using the wysiwyg editor. |
Kích Thước Tệp | 43.82 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2012-10-23 |
Ngày Phát Hành | 2012-10-23 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |