WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
Zotero Connector

Zotero Connector

View on Chrome Web Store
4.0 (2,246 ratings)
1 new ratings
29 views
0 downloads

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Save references to Zotero from your web browser
Type
Extension
Users
6,000,000 users
500K
Zotero
Featured Extension

Hand-picked for quality and usefulness

Published
Version 5.0.169
Manifest version
3
Updated
productivity/tools
Website
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zotero Connector",
    "manifest_version": 3,
    "version": "5.0.169",
    "description": "Save references to Zotero from your web browser",
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "images\/treeitem-webpage-gray.png",
            "32": "images\/treeitem-webpage-gray@2x.png",
            "48": "images\/treeitem-webpage-gray@48px.png"
        },
        "default_title": "Save to Zotero"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "cookies",
        "scripting",
        "offscreen",
        "webRequest",
        "declarativeNetRequest",
        "webNavigation",
        "storage"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "styleIntercept",
                "enabled": true,
                "path": "styleInterceptRules.json"
            }
        ]
    },
    "optional_permissions": [
        "management"
    ],
    "background": {
        "service_worker": "background-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.js",
                "zotero_config.js",
                "zotero.js",
                "translate\/promise.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",
                "http.js",
                "proxy.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\/translation\/translate_item.js",
                "translate\/translator.js",
                "translate\/utilities_translate.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",
                "messagingGeneric.js",
                "i18n.js",
                "singlefile.js",
                "api.js",
                "inject\/virtualOffscreenTranslate.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"
            ]
        }
    ],
    "sandbox": {
        "pages": [
            "offscreen\/offscreenSandbox.html"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "progressWindow\/progressWindow.html",
                "modalPrompt\/modalPrompt.html",
                "confirm\/confirm.html",
                "test\/data\/journalArticle-single.html",
                "browserAttachmentMonitor\/browserAttachmentMonitor.html",
                "chromeMessageIframe\/messageIframe.html",
                "lib\/SingleFile\/single-file-hooks-frames.js",
                "inject\/pageSaving.js",
                "zoteroFrame.js",
                "translateWeb.js",
                "itemSaver.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; 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_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            }
        }
    },
    "minimum_chrome_version": "88"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.