Zotero Connector

Save references to Zotero from your web browser

Zotero Connector là gì?

Zotero Connector là một tiện ích mở rộng Chrome được phát triển bởi https://www.zotero.org, và tính năng chính của nó là "Save references to Zotero from your web browser".

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

screenshot

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

Tải xuống các tệp mở rộng Zotero Connector 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

                        Zotero is a free, easy-to-use, open-source tool to help you collect, organize, annotate, cite, and share research.

The Zotero Connector automatically senses content as you browse the web and allows you to save items to Zotero with a single click. If a PDF is available, the Connector can save it to your library to read later, and it can even save snapshots of webpages in case they change or disappear. Whether you're searching for a preprint on arXiv.org, a journal article from JSTOR, a news story from the New York Times, or a book from your university library catalog, Zotero has you covered with support for thousands of sites.

Additionally, if you use a web-based proxy to access resources your institution subscribes to, the Zotero Connector can automatically redirect you through the proxy when you follow links to those sites from elsewhere on the web, making sure that you always have access to PDFs and other gated content.

While the Connector can save most pages directly to your zotero.org account, for the full Zotero experience be sure to install the Zotero desktop app, which allows you to organize your references efficiently, insert citations automatically into Word, LibreOffice, and Google Docs, and much more. You can download Zotero for free from https://www.zotero.org/download

We are happy to help with any issues you encounter with the Zotero Connector, but we cannot do so through the Chrome Web Store. For bug reports, questions, comments, or help, please visit https://www.zotero.org/support/getting_help                    

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

Tên Zotero Connector Zotero Connector
ID ekhagklcjbdpajgpjgmbionohlpdbjgc
URL Chính Thức https://chromewebstore.google.com/detail/zotero-connector/ekhagklcjbdpajgpjgmbionohlpdbjgc
Mô tả Save references to Zotero from your web browser
Kích Thước Tệp 1.2 MB
Số Lần Cài Đặt 5,666,448
Phiên Bản Hiện Tại 5.0.119
Cập Nhật Lần Cuối 2024-02-24
Ngày Phát Hành 2020-06-02
Đánh Giá 3.96/5 Tổng số 2049 Đánh Giá
Nhà Phát Triển https://www.zotero.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.zotero.org/
URL Trang Trợ Giúp https://www.zotero.org/support/getting_help
URL Trang Chính Sách Bảo Mật https://www.zotero.org/support/privacy
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,no,vi,tr,ca,da,es,it,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zotero Connector",
    "manifest_version": 2,
    "version": "5.0.119",
    "description": "Save references to Zotero from your web browser",
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "16": "images\/treeitem-webpage-gray.png",
            "32": "images\/[email protected]",
            "48": "images\/[email protected]"
        },
        "default_title": "Save to Zotero"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "contextMenus",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage"
    ],
    "optional_permissions": [
        "management",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "zotero_config.js",
            "zotero.js",
            "i18n.js",
            "translate\/promise.js",
            "prefs.js",
            "api.js",
            "http.js",
            "oauthsimple.js",
            "proxy.js",
            "connector.js",
            "repo.js",
            "utilities\/date.js",
            "utilities\/openurl.js",
            "utilities\/xregexp-all.js",
            "utilities\/xregexp-unicode-zotero.js",
            "utilities\/resource\/zoteroTypeSchemaData.js",
            "utilities\/utilities.js",
            "utilities\/utilities_item.js",
            "utilities\/resource\/zoteroTypeSchemaData.js",
            "utilities.js",
            "translate\/debug.js",
            "translate\/tlds.js",
            "translate\/translator.js",
            "translators.js",
            "cachedTypes.js",
            "errors_webkit.js",
            "zotero-google-docs-integration\/api.js",
            "messages.js",
            "messaging.js",
            "webRequestIntercept.js",
            "contentTypeHandler.js",
            "saveWithoutProgressWindow.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.js",
                "zotero_config.js",
                "zotero.js",
                "translate\/promise.js",
                "http.js",
                "proxy.js",
                "utilities\/date.js",
                "utilities\/openurl.js",
                "utilities\/xregexp-all.js",
                "utilities\/xregexp-unicode-zotero.js",
                "utilities\/resource\/zoteroTypeSchemaData.js",
                "utilities\/utilities.js",
                "utilities\/utilities_item.js",
                "utilities.js",
                "translate\/debug.js",
                "utilities\/schema.js",
                "translate\/rdf\/init.js",
                "translate\/rdf\/uri.js",
                "translate\/rdf\/term.js",
                "translate\/rdf\/identity.js",
                "translate\/rdf\/rdfparser.js",
                "translate\/translation\/translate.js",
                "translate\/translator.js",
                "translate\/utilities_translate.js",
                "translate_item.js",
                "inject\/http.js",
                "inject\/sandboxManager.js",
                "integration\/connectorIntegration.js",
                "cachedTypes.js",
                "schema.js",
                "messages.js",
                "messaging_inject.js",
                "inject\/progressWindow_inject.js",
                "inject\/modalPrompt_inject.js",
                "zoteroFrame.js",
                "messagingGeneric.js",
                "i18n.js",
                "singlefile.js",
                "api.js",
                "inject\/inject.js"
            ]
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/*"
            ],
            "run_at": "document_start",
            "js": [
                "zotero-google-docs-integration\/kixAddZoteroMenu.js"
            ]
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/*"
            ],
            "run_at": "document_end",
            "js": [
                "zotero-google-docs-integration\/googleDocs.js",
                "zotero-google-docs-integration\/client.js",
                "zotero-google-docs-integration\/clientAppsScript.js",
                "zotero-google-docs-integration\/document.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*",
        "progressWindow\/progressWindow.html",
        "modalPrompt\/modalPrompt.html",
        "test\/data\/journalArticle-single.html",
        "lib\/SingleFile\/single-file-hooks-frames.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "homepage_url": "https:\/\/www.zotero.org\/",
    "icons": {
        "16": "Icon-16.png",
        "48": "Icon-48.png",
        "96": "Icon-96.png",
        "128": "Icon-128.png"
    },
    "options_ui": {
        "page": "preferences\/preferences.html",
        "open_in_tab": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            }
        }
    },
    "minimum_chrome_version": "55"
}