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ファイルをダウンロード

Extreme Markup Editor for Blogger™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
}