inCite
Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…
什麼是inCite?
inCite是由inciteextension開發的Chrome擴展程式,該擴展的主要功能是“Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…”。
擴展截圖
下載inCite擴展crx文件
下載inCite擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | hdobehekolhhcajgmhpbfjomdncnbkck |
官方網址 | https://chrome.google.com/webstore/detail/incite/hdobehekolhhcajgmhpbfjomdncnbkck |
簡介 | Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.… |
檔案大小 | 1.62 MB |
安裝次數 | 523 |
目前版本 | 1.0.2 |
更新時間 | 2020-03-31 |
上架時間 | 2020-03-30 |
評分 | 5.00/5 共 8 次評分 |
開發者 | inciteextension |
付費類型 | free |
支援的語言 | 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" } |