Evidence Locker

Help Debaters Cite Evidence

什么是Evidence Locker?

Evidence Locker是由evidenceciter开发的Chrome扩展程序,该扩展的主要功能是“Help Debaters Cite Evidence”。

扩展截图

下载Evidence Locker扩展crx文件

下载Evidence Locker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Evidence Locker Is a Chrome Extension designed to help people cite research (evidence), and allowing them to focus more on the actual research.  Simply highlight the text that you want to text, open the extension and press "Create Card" to cite the evidence.  It includes the option to save to different categories and has built in storage so you can finish all your research then copy and paste them wherever they need to be.  Please visit: tm64715.github.io/start.html  for more information.                    

扩展基本信息

名称 Evidence Locker Evidence Locker
ID dobhlppdcolgmghadmahdeffipfhpfng
官方URL https://chromewebstore.google.com/detail/evidence-locker/dobhlppdcolgmghadmahdeffipfhpfng
简介 Help Debaters Cite Evidence
文件大小 156 KB
安装次数 109
当前版本 0.1.2
更新时间 2020-09-28
上架时间 2020-09-10
评分 5.00/5 共3次评分
开发者 evidenceciter
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://tm64715.github.io/start.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Evidence Locker",
    "version": "0.1.2",
    "description": "Help Debaters Cite Evidence",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.min.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "Images\/nycudlLogo16.png",
            "32": "Images\/nycudlLogo32.png",
            "48": "Images\/nycudlLogo48.png",
            "64": "Images\/nycudlLogo64.png",
            "128": "Images\/nycudlLogo128.png"
        }
    },
    "icons": {
        "16": "Images\/nycudlLogo16.png",
        "32": "Images\/nycudlLogo32.png",
        "48": "Images\/nycudlLogo48.png",
        "64": "Images\/nycudlLogo64.png",
        "128": "Images\/nycudlLogo128.png"
    },
    "permissions": [
        "clipboardWrite",
        "storage"
    ]
}