Serum
Easy link blogging to a Github-hosted Jekyll blog
Cos'è Serum?
Serum è un'estensione di Chrome sviluppata da D Mison, e la sua funzione principale è "Easy link blogging to a Github-hosted Jekyll blog".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Serum
Scarica i file di estensione Serum in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Serum |
ID | ffboflhdigfmnnokjjcmfipgehggjhlj |
URL Ufficiale | https://chromewebstore.google.com/detail/serum/ffboflhdigfmnnokjjcmfipgehggjhlj |
Descrizione | Easy link blogging to a Github-hosted Jekyll blog |
Dimensione del File | 2.09 MB |
Conteggio Installazioni | 20 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2017-01-29 |
Data di Pubblicazione | 2017-01-28 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | D Mison |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/*" ] } |