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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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:\/\/*\/*" ] } |