Evidence Locker

Help Debaters Cite Evidence

Evidence Locker là gì?

Evidence Locker là một tiện ích mở rộng Chrome được phát triển bởi evidenceciter, và tính năng chính của nó là "Help Debaters Cite Evidence".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Evidence Locker

Tải xuống các tệp mở rộng Evidence Locker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Evidence Locker Evidence Locker
ID dobhlppdcolgmghadmahdeffipfhpfng
URL Chính Thức https://chromewebstore.google.com/detail/evidence-locker/dobhlppdcolgmghadmahdeffipfhpfng
Mô tả Help Debaters Cite Evidence
Kích Thước Tệp 156 KB
Số Lần Cài Đặt 109
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2020-09-28
Ngày Phát Hành 2020-09-10
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển evidenceciter
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://tm64715.github.io/start.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}