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™ هو إضافة Chrome تم تطويرها بواسطة https://extreme-markup.blogspot.com، والميزة الرئيسية لها هي "Write blog posts with Extreme Markup, which resembles Hatena Markup and is much easier to use than Markdown.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Extreme Markup Editor for Blogger™

قم بتنزيل ملفات الامتداد Extreme Markup Editor for Blogger™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
}