Evidence Locker

Help Debaters Cite Evidence

Evidence Lockerとは何ですか?

Evidence Lockerはevidenceciterによって開発されたChromeの拡張機能で、その主な機能は「Help Debaters Cite Evidence」です。

拡張機能のスクリーンショット

Evidence Locker拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}