Humanize Blogger Editor
Add syntax highlighting, beautification and hotkeys to Blogger posts html editor.
Humanize Blogger Editorคืออะไร?
Humanize Blogger Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Leonid Vasilyev และคุณลักษณะหลักของมันคือ "Add syntax highlighting, beautification and hotkeys to Blogger posts html editor."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Humanize Blogger Editor
ดาวน์โหลดไฟล์ส่วนขยาย Humanize Blogger Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Humanize Blogger Editor |
ID | eajgmklihlmnnlpejikagagfndcekdei |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/humanize-blogger-editor/eajgmklihlmnnlpejikagagfndcekdei |
คำอธิบาย | Add syntax highlighting, beautification and hotkeys to Blogger posts html editor. |
ขนาดไฟล์ | 183 KB |
จำนวนการติดตั้ง | 160 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-02-06 |
วันที่เผยแพร่ | 2015-02-06 |
คะแนน | 3.78/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Leonid Vasilyev |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/LeonidVasilyev/humanize-blogger-editor |
ภาษาที่รองรับ | 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'" } |