Humanize Blogger Editor
Add syntax highlighting, beautification and hotkeys to Blogger posts html editor.
Humanize Blogger Editor là gì?
Humanize Blogger Editor là một tiện ích mở rộng Chrome được phát triển bởi Leonid Vasilyev, và tính năng chính của nó là "Add syntax highlighting, beautification and hotkeys to Blogger posts html 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 Humanize Blogger Editor
Tải xuống các tệp mở rộng Humanize Blogger Editor 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
This extension is for those who: a. loves Blogger platform b. prefers write posts in html c. doesn't feel fulfilled with an original Blogger html editor There are html syntax highlight, html beautification and following hotkeys in the first version: Beautify html: Ctrl-B Insert image: Ctrl-I Publish/Update: Ctrl-J Save/Revert to draft: Ctrl-K Preview: Ctrl-L Close: Ctrl-Q The only English interface is supported. There will be support for theme switch and Mac in future versions. OR maybe something even more mind blowing than Mac support.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Humanize Blogger Editor |
ID | eajgmklihlmnnlpejikagagfndcekdei |
URL Chính Thức | https://chromewebstore.google.com/detail/humanize-blogger-editor/eajgmklihlmnnlpejikagagfndcekdei |
Mô tả | Add syntax highlighting, beautification and hotkeys to Blogger posts html editor. |
Kích Thước Tệp | 183 KB |
Số Lần Cài Đặt | 160 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-02-06 |
Ngày Phát Hành | 2015-02-06 |
Đánh Giá | 3.78/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Leonid Vasilyev |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/LeonidVasilyev/humanize-blogger-editor |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Humanize Blogger Editor", "description": "Add syntax highlighting, beautification and hotkeys to Blogger posts html editor.", "version": "1.0", "manifest_version": 2, "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/www.blogger.com\/*", "https:\/\/www.blogger.com\/*" ], "css": [ "css\/humanize.css" ], "js": [ "js\/libs\/jquery-1.11.2.min.js", "js\/libs\/js-beautify\/beautify-html.js", "js\/libs\/ace\/ace.js", "js\/libs\/ace\/mode-html.js", "js\/libs\/ace\/theme-monokai.js", "js\/humanize.js" ] } ], "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "minimum_chrome_version": "26", "content_security_policy": "default-src 'none'" } |