Reference App
A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.
Reference Appとは何ですか?
Reference AppはFraser Deansによって開発されたChromeの拡張機能で、その主な機能は「A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.」です。
拡張機能のスクリーンショット
Reference App拡張機能のCRXファイルをダウンロード
Reference App拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Using the harvard reference style for academic references is tricky to remember and let's face it, a real pain in the arse. This app make it simple and easy to develop your references to include in your assignments. This is perfect for those studying at academic institutions. Change log: v0.12 - Users can now click a button to copy the reference to the clipboard. v0.14 - Fixed bug with last accessed date on web references. v0.15 - Fixed bug with URL grab for web references.
拡張機能の基本情報
名前 | Reference App |
ID | clgddkmefkffmfinedklminbclibddlf |
公式URL | https://chromewebstore.google.com/detail/reference-app/clgddkmefkffmfinedklminbclibddlf |
説明 | A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage. |
ファイルサイズ | 50.09 KB |
インストール数 | 6,000 |
現在のバージョン | 0.15 |
最終更新日 | 2013-01-19 |
公開日 | 2013-01-19 |
評価 | 2.88/5 合計 8 レビュー |
開発者 | Fraser Deans |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reference App", "manifest_version": 2, "version": "0.15", "description": "A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.", "icons": { "128": "images\/icon-128.gif" }, "permissions": [ "tabs", "clipboardWrite" ], "browser_action": { "default_icon": "images\/icon-128.gif", "default_popup": "popup.html" } } |