Crossref Search
Find single citations using the context menu.
Crossref Search là gì?
Crossref Search là một tiện ích mở rộng Chrome được phát triển bởi David Shorthouse, và tính năng chính của nó là "Find single citations using the context menu.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Crossref Search
Tải xuống các tệp mở rộng Crossref Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
***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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Crossref Search |
ID | hcdkopihmfgkkjdjgpfhehgmijgmebjl |
URL Chính Thức | https://chromewebstore.google.com/detail/crossref-search/hcdkopihmfgkkjdjgpfhehgmijgmebjl |
Mô tả | Find single citations using the context menu. |
Kích Thước Tệp | 14.44 KB |
Số Lần Cài Đặt | 1,372 |
Phiên Bản Hiện Tại | 2.4 |
Cập Nhật Lần Cuối | 2019-09-16 |
Ngày Phát Hành | 2019-09-16 |
Nhà Phát Triển | David Shorthouse |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/GlobalNamesArchitecture/biblio-chrome |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |