swdyh / autopagerize_for_chrome

loading next page and inserting into current page.

autopagerize_for_chrome / build.rb
100755 14 lines (11 sloc) 0.275 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env ruby
 
require 'rubygems'
require 'crxmake'
 
CrxMake.make(
  :ex_dir => "./src",
  :pkey => "./autopagerize_for_chrome.pem",
  :crx_output => "./autopagerize_for_chrome.crx",
  :verbose => true,
  :ignorefile => /\.swp/,
  :ignoredir => /\.(?:svn|git|cvs)/
)