Serum

Easy link blogging to a Github-hosted Jekyll blog

Serum là gì?

Serum là một tiện ích mở rộng Chrome được phát triển bởi D Mison, và tính năng chính của nó là "Easy link blogging to a Github-hosted Jekyll blog".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Serum

Tải xuống các tệp mở rộng Serum dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Serum Serum
ID ffboflhdigfmnnokjjcmfipgehggjhlj
URL Chính Thức https://chromewebstore.google.com/detail/serum/ffboflhdigfmnnokjjcmfipgehggjhlj
Mô tả Easy link blogging to a Github-hosted Jekyll blog
Kích Thước Tệp 2.09 MB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2017-01-29
Ngày Phát Hành 2017-01-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển D Mison
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}