Crossref Search

Find single citations using the context menu.

What is Crossref Search?

Crossref Search is a Chrome extension developed by David Shorthouse, and its main feature is "Find single citations using the context menu.".

Extension Screenshots

screenshot

Download Crossref Search Extension CRX File

Download Crossref Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ***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                    

Extension Basic Information

Name Crossref Search Crossref Search
ID hcdkopihmfgkkjdjgpfhehgmijgmebjl
Official URL https://chromewebstore.google.com/detail/crossref-search/hcdkopihmfgkkjdjgpfhehgmijgmebjl
Description Find single citations using the context menu.
File Size 14.44 KB
Installation Count 1,372
Current Version 2.4
Last Updated 2019-09-16
Publish Date 2019-09-16
Developer David Shorthouse
Email [email protected]
Payment Type free
Help Page URL https://github.com/GlobalNamesArchitecture/biblio-chrome
Supported Languages 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'"
}