|
|
| Line 117: |
Line 117: |
|
| |
|
| == 2004-12-09 == | | == 2004-12-09 == |
| === CopyURL of APA Style(extension of FireFox) ===
| | [[CopyURL of APA Style]] |
| | |
| the following is my user.js
| |
| | |
| user_pref('copyurlplus.menus.1.label', 'Copy URL (APA Style)');
| |
| user_pref('copyurlplus.menus.1.copy', 'Author () %TITLE%. Retrieved %LOCAL_TIME%, from %URL%');
| |
| user_pref('copyurlplus.menus.2.label', 'Copy URL + Title + Sel (HREF + Tooltip)');
| |
| user_pref('copyurlplus.menus.2.copy', '<a href="%URL%" title="%SEL%">%TITLE%</a>');
| |
| user_pref('copyurlplus.menus.3.label', 'Copy URL + Title (MediaWiki)');
| |
| user_pref('copyurlplus.menus.3.copy', '[%URL% %TITLE%]');
| |
| | |
| 以[http://www.mozilla.org/support/firefox/keyboard Firefox Help: Keyboard Shortcuts]為例, Copy URL擴充套件設定的APA Style結果如下
| |
| | |
| Author () Firefox Help: Keyboard Shortcuts. Retrieved Friday, December 10, 2004 10:22:53, from http://www.mozilla.org/support/firefox/keyboard
| |
| | |
| 缺點是無法設定詳細的時間標籤格式,所以會顯示到秒的資料。
| |
| | |
| 參考網址: [http://copyurlplus.mozdev.org/customize.html mozdev.org - copyurlplus: customize] via [http://www.azuremedia.net/tech/history/software/000881.html Jan's Tech Blog: CopyURL+ for Firefox]
| |
| | |
| | |
|
| |
|
| == 2005-01-06 == | | == 2005-01-06 == |