Crossref Search

Find single citations using the context menu.

Crossref Searchとは何ですか?

Crossref SearchはDavid Shorthouseによって開発されたChromeの拡張機能で、その主な機能は「Find single citations using the context menu.」です。

拡張機能のスクリーンショット

screenshot

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 Crossref Search
ID hcdkopihmfgkkjdjgpfhehgmijgmebjl
公式URL 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
Eメール [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'"
}