Evidence Locker

Help Debaters Cite Evidence

Evidence Lockerคืออะไร?

Evidence Locker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย evidenceciter และคุณลักษณะหลักของมันคือ "Help Debaters Cite Evidence"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Evidence Locker

ดาวน์โหลดไฟล์ส่วนขยาย Evidence Locker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
    ]
}