Evidence Locker

Help Debaters Cite Evidence

Vad är Evidence Locker?

Evidence Locker är en Chrome-tillägg utvecklad av evidenceciter, och dess huvudfunktion är "Help Debaters Cite Evidence".

Tilläggsskärmbilder

Ladda ner Evidence Locker-förlängningens CRX-fil

Ladda ner Evidence Locker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Evidence Locker Evidence Locker
ID dobhlppdcolgmghadmahdeffipfhpfng
Officiell webbadress https://chromewebstore.google.com/detail/evidence-locker/dobhlppdcolgmghadmahdeffipfhpfng
Beskrivning Help Debaters Cite Evidence
Filstorlek 156 KB
Antal Installationer 109
Aktuell Version 0.1.2
Senast Uppdaterad 2020-09-28
Publiceringsdatum 2020-09-10
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare evidenceciter
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://tm64715.github.io/start.html
Stödda Språk 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"
    ]
}