WebExtension.net
WebExtension.net

Zotero Connector

View on Chrome Web Store
View Zotero Connector Chrome Extension on Chrome Web Store
4.0 (2,163 ratings)

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
Website www.zotero.org
Zotero
View author page of Zotero
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 30, 2012
Version 5.0.150
Manifest version
3
Updated
Updated on November 15, 2024
View on Chrome Web Store
View Zotero Connector Chrome Extension on Chrome Web Store
productivity/tools
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zotero Connector",
    "manifest_version": 3,
    "version": "5.0.150",
    "description": "Save references to Zotero from your web browser",
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "images\/treeitem-webpage-gray.png",
            "32": "images\/[email protected]",
            "48": "images\/[email protected]"
        },
        "default_title": "Save to Zotero"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "cookies",
        "scripting",
        "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\/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",
                "translateSandbox\/translateSandboxFunctionOverrides.js",
                "translateSandbox\/translateSandboxManager.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": [
            "translateSandbox\/translateSandbox.html"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "progressWindow\/progressWindow.html",
                "modalPrompt\/modalPrompt.html",
                "translateSandbox\/translateSandbox.html",
                "test\/data\/journalArticle-single.html",
                "lib\/SingleFile\/single-file-hooks-frames.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"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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.
Go to top