Evidence Locker

Help Debaters Cite Evidence

Co to jest Evidence Locker?

Evidence Locker to rozszerzenie Chrome opracowane przez evidenceciter, a jego główną funkcją jest „Help Debaters Cite Evidence”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Evidence Locker

Pobierz pliki rozszerzeń Evidence Locker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Evidence Locker Evidence Locker
ID dobhlppdcolgmghadmahdeffipfhpfng
Oficjalny URL https://chromewebstore.google.com/detail/evidence-locker/dobhlppdcolgmghadmahdeffipfhpfng
Opis Help Debaters Cite Evidence
Rozmiar pliku 156 KB
Liczba instalacji 109
Aktualna Wersja 0.1.2
Ostatnia Aktualizacja 2020-09-28
Data Publikacji 2020-09-10
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper evidenceciter
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://tm64715.github.io/start.html
Obsługiwane Języki 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"
    ]
}