Evidence Locker

Help Debaters Cite Evidence

Wat is Evidence Locker?

Evidence Locker is een Chrome-extensie ontwikkeld door evidenceciter, en de belangrijkste functie is "Help Debaters Cite Evidence".

Extensie Screenshots

Download het CRX-bestand van de extensie Evidence Locker

Download Evidence Locker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Evidence Locker Evidence Locker
ID dobhlppdcolgmghadmahdeffipfhpfng
Officiële URL https://chromewebstore.google.com/detail/evidence-locker/dobhlppdcolgmghadmahdeffipfhpfng
Beschrijving Help Debaters Cite Evidence
Bestandsgrootte 156 KB
Aantal Installaties 109
Huidige Versie 0.1.2
Laatst Bijgewerkt 2020-09-28
Publicatiedatum 2020-09-10
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar evidenceciter
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://tm64715.github.io/start.html
Ondersteunde Talen 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"
    ]
}