Evidence Locker

Help Debaters Cite Evidence

Apa itu Evidence Locker?

Evidence Locker adalah ekstensi Chrome yang dikembangkan oleh evidenceciter, dan fitur utamanya adalah "Help Debaters Cite Evidence".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Evidence Locker

Unduh file ekstensi Evidence Locker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Evidence Locker Evidence Locker
ID dobhlppdcolgmghadmahdeffipfhpfng
URL Resmi https://chromewebstore.google.com/detail/evidence-locker/dobhlppdcolgmghadmahdeffipfhpfng
Deskripsi Help Debaters Cite Evidence
Ukuran File 156 KB
Jumlah Instalasi 109
Versi Saat Ini 0.1.2
Terakhir Diperbarui 2020-09-28
Tanggal Publikasi 2020-09-10
Penilaian 5.00/5 Total 3 Penilaian
Pengembang evidenceciter
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://tm64715.github.io/start.html
Bahasa yang Didukung 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"
    ]
}