Serum
Easy link blogging to a Github-hosted Jekyll blog
什么是Serum?
Serum是由D Mison开发的Chrome扩展程序,该扩展的主要功能是“Easy link blogging to a Github-hosted Jekyll blog”。
扩展截图
下载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 |
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:\/\/*\/*" ] } |