Serum

Easy link blogging to a Github-hosted Jekyll blog

什麼是Serum?

Serum是由D Mison開發的Chrome擴展程式,該擴展的主要功能是“Easy link blogging to a Github-hosted Jekyll blog”。

擴展截圖

screenshot
screenshot
screenshot

下載Serum擴展crx文件

下載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
官方網址 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:\/\/*\/*"
    ]
}