Crossref Search
Find single citations using the context menu.
Cos'è Crossref Search?
Crossref Search è un'estensione di Chrome sviluppata da David Shorthouse, e la sua funzione principale è "Find single citations using the context menu.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Crossref Search
Scarica i file di estensione Crossref Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
***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
Informazioni di Base sull'Estensione
Nome | Crossref Search |
ID | hcdkopihmfgkkjdjgpfhehgmijgmebjl |
URL Ufficiale | https://chromewebstore.google.com/detail/crossref-search/hcdkopihmfgkkjdjgpfhehgmijgmebjl |
Descrizione | Find single citations using the context menu. |
Dimensione del File | 14.44 KB |
Conteggio Installazioni | 1,372 |
Versione Corrente | 2.4 |
Ultimo Aggiornamento | 2019-09-16 |
Data di Pubblicazione | 2019-09-16 |
Sviluppatore | David Shorthouse |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/GlobalNamesArchitecture/biblio-chrome |
Lingue Supportate | 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'" } |