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 |
官方網址 | 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'" } |