Serum

Easy link blogging to a Github-hosted Jekyll blog

Serumคืออะไร?

Serum เป็นส่วนขยายของ Chrome ที่พัฒนาโดย D Mison และคุณลักษณะหลักของมันคือ "Easy link blogging to a Github-hosted Jekyll blog"

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

screenshot
screenshot
screenshot

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

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

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

                        A simple extension to make link-blogging to a Github-hosted Jekyll blog easy.

Just select the text you want to quote, click the toolbar button and make any necessary tweaks to the post and the new post file is added to the specified directory of your Jekyll blog on Github.                    

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

ชื่อ Serum Serum
ID ffboflhdigfmnnokjjcmfipgehggjhlj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/serum/ffboflhdigfmnnokjjcmfipgehggjhlj
คำอธิบาย Easy link blogging to a Github-hosted Jekyll blog
ขนาดไฟล์ 2.09 MB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2017-01-29
วันที่เผยแพร่ 2017-01-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา D Mison
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/test_tube.png",
        "128": "images\/test_tube.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/test_tube.png",
            "38": "images\/test_tube.png"
        },
        "default_title": "Serum"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}