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
官方網址 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"
    ]
}