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.…”。

扩展截图

screenshot

下载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                    

扩展基本信息

名称 inCite inCite
ID hdobehekolhhcajgmhpbfjomdncnbkck
官方URL 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"
}