2
edits
No edit summary |
m (28個修訂) |
||
| (16 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<< [[MozillaFirefox]] | |||
{{Right| hedding=版本資訊 | text= | |||
* [http://planetoid.info/weblog/2006/11/06/000653.html Unofficial CopyURL+ 1.3.3] | |||
* [[MozillaFirefox|Firefox]]/1.5.0.8, 2.0}} | |||
CopyURL+可以快速複製貼上網頁標題、網址以及目前的時間。(extension of Firefox) | |||
詳細說明: | |||
* 網路資料APA格式的輔助工具: [http://planetoid.info/weblog/2004/12/09/000503.html Copy URL+]與[http://planetoid.info/weblog/2006/01/07/000531.html 調整時間樣式] | |||
* [[Comparison of Firefox extensions: CopyURL, CoLT, MakeLink|比較類似擴充套件: CopyURL, CoLT, MakeLink]] | |||
the following is my user.js | the following is my user.js | ||
| Line 18: | Line 26: | ||
No.2: Copy Title + URL (without br): 網頁標題 網頁網址 (未斷行) | No.2: Copy Title + URL (without br): 網頁標題 網頁網址 (未斷行) | ||
user_pref('copyurlplus.menus.2.label', 'Copy Title + URL (No | user_pref('copyurlplus.menus.2.label', 'Copy Title + URL (No wrap text)'); | ||
user_pref('copyurlplus.menus.2.copy', '%TITLE% %URL%'); | user_pref('copyurlplus.menus.2.copy', '%TITLE% %URL%'); | ||
| Line 51: | Line 59: | ||
user_pref('copyurlplus.menus.8.copy', '[url=%URL%]%TITLE%[/url]'); | user_pref('copyurlplus.menus.8.copy', '[url=%URL%]%TITLE%[/url]'); | ||
No.9: | No.9: Wiki語法: 網頁標題作為連結的文字 | ||
user_pref('copyurlplus.menus.9.label', 'Wiki: Copy [URL | user_pref('copyurlplus.menus.9.label', 'Wiki: Copy [URL Title]'); | ||
user_pref('copyurlplus.menus.9.copy', '[%URL% % | user_pref('copyurlplus.menus.9.copy', '[%URL% %TITLE%]'); | ||
No.10: | No.10: Wiki語法: 網頁標題作為連結的文字 + 網頁瀏覽時間 | ||
user_pref('copyurlplus.menus.10.label', 'Wiki: Copy [URL Title] + (visit date)'); | user_pref('copyurlplus.menus.10.label', 'Wiki: Copy [URL Title] + (visit date)'); | ||
user_pref('copyurlplus.menus.10.copy', '[%URL% %TITLE%] (last visited: %LOCAL_TIME%)'); | user_pref('copyurlplus.menus.10.copy', '[%URL% %TITLE%] (last visited: %LOCAL_TIME%)'); | ||
No.11: Wiki語法: 將選擇區域的文字作為連結的文字 + 網頁瀏覽時間 | |||
user_pref('copyurlplus.menus.11.label', 'Wiki: Copy [URL Sel] + (visit date)'); | |||
user_pref('copyurlplus.menus.11.copy', '[%URL% %SEL%] (last visited: %LOCAL_TIME%)'); | |||
| Line 72: | Line 86: | ||
user_pref('copyurlplus.menus.1.label', 'Copy URL (APA Style alike)'); | user_pref('copyurlplus.menus.1.label', 'Copy URL (APA Style alike)'); | ||
user_pref('copyurlplus.menus.1.copy', 'Author (). %TITLE%. Retrieved %LOCAL_TIME%, from %URL%'); | user_pref('copyurlplus.menus.1.copy', 'Author (). %TITLE%. Retrieved %LOCAL_TIME%, from %URL%'); | ||
user_pref('copyurlplus.menus.2.label', 'Copy Title + URL (No | user_pref('copyurlplus.menus.2.label', 'Copy Title + URL (No wrap text)'); | ||
user_pref('copyurlplus.menus.2.copy', '%TITLE% %URL%'); | user_pref('copyurlplus.menus.2.copy', '%TITLE% %URL%'); | ||
user_pref('copyurlplus.menus.3.label', 'Copy Sel+ URL'); | user_pref('copyurlplus.menus.3.label', 'Copy Sel+ URL'); | ||
| Line 86: | Line 100: | ||
user_pref('copyurlplus.menus.8.label', 'BB code'); | user_pref('copyurlplus.menus.8.label', 'BB code'); | ||
user_pref('copyurlplus.menus.8.copy', '[url=%URL%]%TITLE%[/url]'); | user_pref('copyurlplus.menus.8.copy', '[url=%URL%]%TITLE%[/url]'); | ||
user_pref('copyurlplus.menus.9.label', 'Wiki: Copy [URL | user_pref('copyurlplus.menus.9.label', 'Wiki: Copy [URL Title]'); | ||
user_pref('copyurlplus.menus.9.copy', '[%URL% % | user_pref('copyurlplus.menus.9.copy', '[%URL% %TITLE%]'); | ||
user_pref('copyurlplus.menus.10.label', 'Wiki: Copy [URL Title]'); | user_pref('copyurlplus.menus.10.label', 'Wiki: Copy [URL Title] + (visit date)'); | ||
user_pref('copyurlplus.menus.10.copy', '[%URL% %TITLE%] (last visited: %LOCAL_TIME%)'); | user_pref('copyurlplus.menus.10.copy', '[%URL% %TITLE%] (last visited: %LOCAL_TIME%)'); | ||
user_pref('copyurlplus.menus.11.label', 'Wiki: Copy [URL Sel] + (visit date)'); | |||
user_pref('copyurlplus.menus.11.copy', '[%URL% %SEL%] (last visited: %LOCAL_TIME%)'); | |||
</pre> | </pre> | ||
[[Category:Mozilla]] [[Category: | [[Category:Mozilla]] [[Category:Academic]] [[Category:citation_format]] | ||