Juris-M Connector
Save references to Zotero from your web browser
Что такое Juris-M Connector?
Juris-M Connector - это расширение Chrome, разработанное https://juris-m.github.io, и его основная функция - "Save references to Zotero from your web browser".
Снимки экрана расширения
Скачать файл CRX расширения Juris-M Connector
Скачайте файлы расширений Juris-M Connector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Use this extension to save references from your web browser to the Juris-M reference manager. It is for all practical purposes identical to the Zotero Connector, but tweaked to communicate instead with your Juris-M client.
This extension will not interfere with a separately installed copy of Zotero Connector. Основная информация о расширении
| Название | |
| ID | pbhldkcipcaeniadfnhhdaealdfjgbpj |
| Официальный URL | https://chromewebstore.google.com/detail/juris-m-connector/pbhldkcipcaeniadfnhhdaealdfjgbpj |
| Описание | Save references to Zotero from your web browser |
| Размер файла | 1.11 MB |
| Количество установок | 6,100 |
| Текущая Версия | 6.0.20.9 |
| Последнее Обновление | 2023-04-28 |
| Дата публикации | 2019-04-12 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | https://juris-m.github.io |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы политики конфиденциальности | https://juris-m.github.io/privacy |
| Поддерживаемые языки | 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": "Juris-M Connector",
"manifest_version": 2,
"version": "6.0.20.9",
"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 Juris-M"
},
"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",
"firefoxPDF.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"
} | |