Crossref Search

Find single citations using the context menu.

Crossref Search란 무엇입니까?

Crossref Search은(는) David Shorthouse에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find single citations using the context menu."입니다.

확장 프로그램 스크린샷

screenshot

Crossref Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ***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 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'"
}