Evidence Locker

Help Debaters Cite Evidence

ما هو Evidence Locker؟

Evidence Locker هو إضافة Chrome تم تطويرها بواسطة evidenceciter، والميزة الرئيسية لها هي "Help Debaters Cite Evidence".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة Evidence Locker

قم بتنزيل ملفات الامتداد Evidence Locker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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
عنوان صفحة المساعدة 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"
    ]
}