Crossref Search
Find single citations using the context menu.
什么是Crossref Search?
Crossref Search是由David Shorthouse开发的Chrome扩展程序,该扩展的主要功能是“Find single citations using the context menu.”。
扩展截图
下载Crossref Search扩展crx文件
下载Crossref Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
***Unofficial Crossref Search*** Adds a new right-click (command-click for Mac) context menu option to search for a highlighted bibliographic reference. A new browser tab is opened when the reference is found. Behind the scenes, the search is executed using Crossref's search service, http://search.crossref.org. Code: https://github.com/GlobalNamesArchitecture/biblio-chrome
扩展基本信息
名称 | Crossref Search |
ID | hcdkopihmfgkkjdjgpfhehgmijgmebjl |
官方URL | https://chromewebstore.google.com/detail/crossref-search/hcdkopihmfgkkjdjgpfhehgmijgmebjl |
简介 | Find single citations using the context menu. |
文件大小 | 14.44 KB |
安装次数 | 1,372 |
当前版本 | 2.4 |
更新时间 | 2019-09-16 |
上架时间 | 2019-09-16 |
开发者 | David Shorthouse |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://github.com/GlobalNamesArchitecture/biblio-chrome |
支持的语言 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crossref Search", "version": "2.4", "description": "__MSG_manifest_description__", "minimum_chrome_version": "18", "manifest_version": 2, "background": { "page": "background.html" }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "permissions": [ "contextMenus" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |