Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    chrome.contextMenus.create({title: "'.$descr.'", contexts:["selection"
    +], onclick: customfunc});';
    print JSCRIPT $background;
    close JSCRIPT;