Extreme Markup Editor for Blogger™

Write blog posts with Extreme Markup, which resembles Hatena Markup and is much easier to use than Markdown.

Extreme Markup Editor for Blogger™란 무엇입니까?

Extreme Markup Editor for Blogger™은(는) https://extreme-markup.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Write blog posts with Extreme Markup, which resembles Hatena Markup and is much easier to use than Markdown."입니다.

확장 프로그램 스크린샷

screenshot

Extreme Markup Editor for Blogger™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Extreme Markup is a markup language designed for Blogger, which resembles Hatena Markup (はてな記法).

This markup language makes you write blog posts much easier.

You can create hierarchical lists, definition lists, and tables with the minimum typing. You can also paste source code and prettify it in a single step.

In addition, the editor, specialized for editing Extreme Markup, cooperates with Blogger's functionality very well. You can use all the buttons like Bold, Add Link, or Insert Image.

If you are a programmer or familiar with text editors rather than word processors, this extension must be a perfect solution.

Features
* Paragraphs
* Headings
* Hierarchical Lists
* Definition Lists
* Tables
* Blockquotes
* Pre-formatted Texts
* Source Code
* Footnotes
* Raw HTML Tags
* Links
* Images
* LaTeX

For details, please visit:
http://extreme-markup.blogspot.jp/p/syntax-and-features.html .                    

확장 프로그램 기본 정보

이름 Extreme Markup Editor for Blogger™ Extreme Markup Editor for Blogger™
ID epjlelpgajbfpcdohkbaeaindpcjpfhi
공식 URL https://chromewebstore.google.com/detail/extreme-markup-editor-for/epjlelpgajbfpcdohkbaeaindpcjpfhi
설명 Write blog posts with Extreme Markup, which resembles Hatena Markup and is much easier to use than Markdown.
파일 크기 22.57 KB
설치 횟수 878
현재 버전 1.5.2
최근 업데이트 2015-02-25
출시 날짜 2015-02-25
평점 2.95/5 총 22 개의 평점
개발자 https://extreme-markup.blogspot.com
결제 유형 free
확장 프로그램 웹 사이트 http://extreme-markup.blogspot.jp/p/syntax-and-features.html
도움말 페이지 URL http://extreme-markup.blogspot.jp/p/syntax-and-features.html
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "http:\/\/www.blogger.com\/blogger.g*",
                "https:\/\/www.blogger.com\/blogger.g*"
            ],
            "js": [
                "extreme-markup-blogger.user.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "name": "Extreme Markup Editor for Blogger\u2122",
    "version": "1.5.2"
}