Crossref Search
Find single citations using the context menu.
Co to jest Crossref Search?
Crossref Search to rozszerzenie Chrome opracowane przez David Shorthouse, a jego główną funkcją jest „Find single citations using the context menu.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Crossref Search
Pobierz pliki rozszerzeń Crossref Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
***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
Podstawowe informacje o rozszerzeniu
Nazwa | Crossref Search |
ID | hcdkopihmfgkkjdjgpfhehgmijgmebjl |
Oficjalny URL | https://chromewebstore.google.com/detail/crossref-search/hcdkopihmfgkkjdjgpfhehgmijgmebjl |
Opis | Find single citations using the context menu. |
Rozmiar pliku | 14.44 KB |
Liczba instalacji | 1,372 |
Aktualna Wersja | 2.4 |
Ostatnia Aktualizacja | 2019-09-16 |
Data Publikacji | 2019-09-16 |
Deweloper | David Shorthouse |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://github.com/GlobalNamesArchitecture/biblio-chrome |
Obsługiwane Języki | 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'" } |