user_pref("copyurlplus.menus.1.label", "現在のページのURIをコピー");
user_pref("copyurlplus.menus.1.copy", "%URL%");
user_pref('copyurlplus.menus.2.label','現在のページのURIをコピー（&等を文字参照）');
user_pref('copyurlplus.menus.2.copy','%URL_HTMLIFIED%');
user_pref('copyurlplus.menus.3.label','現在のページのタイトルをコピー');
user_pref('copyurlplus.menus.3.copy','%TITLE%');
user_pref('copyurlplus.menus.4.label','現在のページのタイトルをコピー（&等を文字参照）');
user_pref('copyurlplus.menus.4.copy','%TITLE_HTMLIFIED%');
user_pref('copyurlplus.menus.5.label','選択している文字列をコピー');
user_pref('copyurlplus.menus.5.copy','%SEL%');
user_pref('copyurlplus.menus.6.label','選択している文字列をコピー（&等を文字参照）');
user_pref('copyurlplus.menus.6.copy','%SEL_HTMLIFIED%');
user_pref('copyurlplus.menus.7.label','リンクアンカーのURIをコピー');
user_pref('copyurlplus.menus.7.copy','%RLINK%');
user_pref('copyurlplus.menus.8.label','リンクアンカーのURIをコピー（&等を文字参照）');
user_pref('copyurlplus.menus.8.copy','%RLINK_HTMLIFIED%');
user_pref("copyurlplus.menus.9.label", "行末文字をコピー");
user_pref("copyurlplus.menus.9.copy", "%EOL%");
user_pref("copyurlplus.menus.10.label", "現在時刻をUTC形式でコピー");
user_pref("copyurlplus.menus.10.copy", "%UTC_TIME%");
user_pref("copyurlplus.menus.11.label", "現在時刻をローカル形式でコピー");
user_pref("copyurlplus.menus.11.copy", "%LOCAL_TIME%");
user_pref('copyurlplus.menus.12.label','リンクアンカーのソースをコピー（&等を文字参照）');
user_pref('copyurlplus.menus.12.copy','%RLINK_SRC%');
user_pref('copyurlplus.menus.13.label','<a href="現在のページの URI">現在のページのタイトル</a>形式のリンクアンカーを作成');
user_pref('copyurlplus.menus.13.copy','<a href="%URL%">%TITLE%</a>');
user_pref('copyurlplus.menus.14.label','<a href="現在のページの URI">現在のページのタイトル</a>形式のリンクアンカーを作成（&等を文字参照）');
user_pref('copyurlplus.menus.14.copy','<a href="%URL_HTMLIFIED%">%TITLE_HTMLIFIED%</a>');
user_pref('copyurlplus.menus.15.label','Pukiwiki記法のリンクアンカーを作成');
user_pref('copyurlplus.menus.15.copy','[[%TITLE%:%URL_HTMLIFIED%]]');
user_pref('copyurlplus.menus.16.label','現在のページのタイトルと選択している文字列を用いたリンクアンカーを作成');
user_pref('copyurlplus.menus.16.copy','<a href="%URL%" title="%TITLE%">%SEL%</a>');
user_pref('copyurlplus.menus.17.label','選択している文字列をq要素で引用する');
user_pref('copyurlplus.menus.17.copy','<q cite="%URL%" title="%TITLE%">\n%SEL%\n</q>');
user_pref('copyurlplus.menus.18.label','選択している文字列をblockquote要素で引用する');
user_pref('copyurlplus.menus.18.copy','<blockquote cite="%URL%" title="%TITLE%">\n<p>\n%SEL%\n</p>\n</blockquote>');
user_pref('copyurlplus.menus.19.label','はてな記法のリンク作成');
user_pref('copyurlplus.menus.19.copy','[%URL_HTMLIFIED%:title=%TITLE_HTMLIFIED%]');
user_pref('copyurlplus.menus.20.label','選択している文字列からはてな記法のリンク作成');
user_pref('copyurlplus.menus.20.copy','[%URL_HTMLIFIED%:title=%SEL_HTMLIFIED%]');
