Serum

Easy link blogging to a Github-hosted Jekyll blog

¿Qué es Serum?

Serum es una extensión de Chrome desarrollada por D Mison, y su función principal es "Easy link blogging to a Github-hosted Jekyll blog".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Serum

Descarga archivos de extensión Serum en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Serum Serum
ID ffboflhdigfmnnokjjcmfipgehggjhlj
URL Oficial https://chromewebstore.google.com/detail/serum/ffboflhdigfmnnokjjcmfipgehggjhlj
Descripción Easy link blogging to a Github-hosted Jekyll blog
Tamaño del Archivo 2.09 MB
Cantidad de Instalaciones 20
Versión Actual 1.2.0
Última Actualización 2017-01-29
Fecha de Publicación 2017-01-28
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador D Mison
Tipo de Pago free
Idiomas Soportados 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:\/\/*\/*"
    ]
}