LeeL Blog

Blog for free using Evernote and Github.

LeeL Blogคืออะไร?

LeeL Blog เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://leel.systems และคุณลักษณะหลักของมันคือ "Blog for free using Evernote and Github."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LeeL Blog

ดาวน์โหลดไฟล์ส่วนขยาย LeeL Blog ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Blog for free using Evernote and Github.

LeeL Blog allows you blog for free using Evernote (www.evernote.com) as your post editor and Github (www.github.com) as your website host. 

Using our blog template, you can create your new blog in seconds, without any programming experience nor hassle. 

You can choose to post in standard HTML or the well known Markdown syntax of formatting.

If you are a web designer or a programmer and would like fully customize your blog appearance, you can use the power of Github to track your modifications and work together with your team. 

Already have a Github page? No problem, LeeL Blog is able to post on existing Github pages improving your post experience and reducing the time you spend to maintain your site today.

Why would you pay for similar services like www.postach.io if you can have it for free and with more publishing options?

Why would you pay for a host service like www.wordpress.com or opt to have storage limits and ads on your website if you can have it for free without any limitation and have your site hosted in a reliable company as Github?

If you are like us and believe that everyone has the right to easily and freely disseminate ideas, give LeeL Blog a try!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ LeeL Blog LeeL Blog
ID pdjklphpoinlmfhpmalbaaddmebcghjh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/leel-blog/pdjklphpoinlmfhpmalbaaddmebcghjh
คำอธิบาย Blog for free using Evernote and Github.
ขนาดไฟล์ 3.94 MB
จำนวนการติดตั้ง 81
เวอร์ชันปัจจุบัน 0.5
อัปเดตครั้งล่าสุด 2015-07-29
วันที่เผยแพร่ 2015-07-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://leel.systems
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://leel-systems.github.io/LeeL-Blog/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "author": "LeeL Systems",
    "name": "__MSG_app_name__",
    "version": "0.5",
    "icons": {
        "16": ".\/resources\/Logo\/logo_16x16.png",
        "48": ".\/resources\/Logo\/logo_48x48.png",
        "128": ".\/resources\/Logo\/logo_128x128.png"
    },
    "description": "__MSG_app_description__",
    "short_name": "__MSG_app_name__",
    "default_locale": "en",
    "background": {
        "scripts": [
            ".\/ThirdParty\/EvernoteSDK_1.25\/thrift\/lib\/thrift.js",
            ".\/ThirdParty\/EvernoteSDK_1.25\/thrift\/lib\/thrift-binary.js",
            ".\/ThirdParty\/EvernoteSDK_1.25\/generated\/Errors_types.js",
            ".\/ThirdParty\/EvernoteSDK_1.25\/generated\/Limits_types.js",
            ".\/ThirdParty\/EvernoteSDK_1.25\/generated\/NoteStore.js",
            ".\/ThirdParty\/EvernoteSDK_1.25\/generated\/NoteStore_types.js",
            ".\/ThirdParty\/EvernoteSDK_1.25\/generated\/Types_types.js",
            ".\/ThirdParty\/EvernoteSDK_1.25\/generated\/UserStore.js",
            ".\/ThirdParty\/EvernoteSDK_1.25\/generated\/UserStore_types.js",
            ".\/ThirdParty\/Enml-js_1.0\/lib\/xml-writer.js",
            ".\/ThirdParty\/Enml-js_1.0\/lib\/xml-parser.js",
            ".\/ThirdParty\/Enml-js_1.0\/enml.js",
            ".\/ThirdParty\/q_1.0\/q.js",
            ".\/ThirdParty\/Octokat.js_1.0\/dist\/octokat.js",
            ".\/ThirdParty\/Octokat.js_1.0\/dist\/octokat.js",
            ".\/Scripts\/javascripthelper.js",
            ".\/Scripts\/log.js",
            ".\/Scripts\/commands.js",
            ".\/Scripts\/chromeactions.js",
            ".\/Scripts\/evernoteclient.js",
            ".\/Scripts\/githubclient.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": ".\/resources\/Logo\/logo_32x32.png",
            "38": ".\/resources\/Logo\/logo_48x48.png"
        },
        "default_title": "__MSG_default_title__"
    },
    "web_accessible_resources": [
        "oauth.html",
        "Pages\/dashboard.html"
    ],
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/sandbox.evernote.com\/"
    ]
}