This is chrome extension to use reveal.js for gist.
Make your gist presentation with reveal.js.
{
"permissions": [
"tabs",
"*://*/*"
]
}
tabs
is need to use chrome.tabs.*
API.
*://*/*
is need to refer to css of chrome-extension://
schema at chrome.tabs.insertCSS
.
{
"web_accessible_resources": [
"/reveal.js/css/reveal.min.css"
]
}
If it need to load css of chrome-extension://
schema,
Add <link>
node at content.js
.
Please report issues.
Copyright 1000ch
This extension is made with following resource.
These lisence equivalent distribution.
Other resources are lisenced under the GPL Lisence version 3.