Skip to content

1000ch/gist-reveal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GistReveal Build Status

About

This is chrome extension to use reveal.js for gist.
Make your gist presentation with reveal.js.

Note

{
  "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.

Problem?

Please report issues.

Lisence

Copyright 1000ch

This extension is made with following resource.
These lisence equivalent distribution.
Other resources are lisenced under the GPL Lisence version 3.