inCite
Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…
inCite là gì?
inCite là một tiện ích mở rộng Chrome được phát triển bởi inciteextension, và tính năng chính của nó là "Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…".
Ả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 inCite
Tải xuống các tệp mở rộng inCite 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
Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button. MLA, APA, Chicago, and Harvard citation styles are supported. Click on the citation to edit the citation details. When you are done, copy the bibliography to your clipboard with a single click. Save multiple bibliographies at the same time for all your projects. Source code available on Github here: https://github.com/brucejh99/inCite
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hdobehekolhhcajgmhpbfjomdncnbkck |
URL Chính Thức | https://chrome.google.com/webstore/detail/incite/hdobehekolhhcajgmhpbfjomdncnbkck |
Mô tả | Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.… |
Kích Thước Tệp | 1.62 MB |
Số Lần Cài Đặt | 523 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2020-03-31 |
Ngày Phát Hành | 2020-03-30 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | inciteextension |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "iC", "name": "inCite", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "browser_action": { "default_popup": "index.html", "default_title": "inCite" }, "icons": { "16": "app-icon.png", "48": "app-icon.png", "128": "app-icon.png" }, "permissions": [ "storage", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.2" } |