Crossref Search

Find single citations using the context menu.

Qu'est-ce que Crossref Search ?

Crossref Search est une extension Chrome développée par David Shorthouse, et sa fonction principale est "Find single citations using the context menu.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Crossref Search

Téléchargez les fichiers d'extension Crossref Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ***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                    

Informations de Base sur l'Extension

Nom Crossref Search Crossref Search
ID hcdkopihmfgkkjdjgpfhehgmijgmebjl
URL Officiel https://chromewebstore.google.com/detail/crossref-search/hcdkopihmfgkkjdjgpfhehgmijgmebjl
Description Find single citations using the context menu.
Taille du Fichier 14.44 KB
Nombre d'Installations 1,372
Version Actuelle 2.4
Dernière Mise à Jour 2019-09-16
Date de Publication 2019-09-16
Développeur David Shorthouse
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/GlobalNamesArchitecture/biblio-chrome
Langues Prises en Charge 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'"
}