Serum
Easy link blogging to a Github-hosted Jekyll blog
O que é Serum?
Serum é uma extensão do Chrome desenvolvida por D Mison, e sua principal característica é "Easy link blogging to a Github-hosted Jekyll blog".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Serum
Baixe arquivos de extensão Serum no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Serum |
ID | ffboflhdigfmnnokjjcmfipgehggjhlj |
URL Oficial | https://chromewebstore.google.com/detail/serum/ffboflhdigfmnnokjjcmfipgehggjhlj |
Descrição | Easy link blogging to a Github-hosted Jekyll blog |
Tamanho do Arquivo | 2.09 MB |
Contagem de Instalações | 20 |
Versão Atual | 1.2.0 |
Última Atualização | 2017-01-29 |
Data de Publicação | 2017-01-28 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | D Mison |
Tipo de Pagamento | free |
Idiomas Suportados | 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:\/\/*\/*" ] } |