Reference App
A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.
Reference App là gì?
Reference App là một tiện ích mở rộng Chrome được phát triển bởi Fraser Deans, và tính năng chính của nó là "A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Reference App
Tải xuống các tệp mở rộng Reference App dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reference App |
ID | clgddkmefkffmfinedklminbclibddlf |
URL Chính Thức | https://chromewebstore.google.com/detail/reference-app/clgddkmefkffmfinedklminbclibddlf |
Mô tả | A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage. |
Kích Thước Tệp | 50.09 KB |
Số Lần Cài Đặt | 6,000 |
Phiên Bản Hiện Tại | 0.15 |
Cập Nhật Lần Cuối | 2013-01-19 |
Ngày Phát Hành | 2013-01-19 |
Đánh Giá | 2.88/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Fraser Deans |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |