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:\/\/*\/*" ] } |