Bibtex Google Scholar International
Copy Bibtex from Google Scholar
Bibtex Google Scholar Internationalとは何ですか?
Bibtex Google Scholar InternationalはSimon Hengchenによって開発されたChromeの拡張機能で、その主な機能は「Copy Bibtex from Google Scholar」です。
拡張機能のスクリーンショット
Bibtex Google Scholar International拡張機能のCRXファイルをダウンロード
Bibtex Google Scholar International拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Fork from https://chrome.google.com/webstore/detail/google-scholar-bibtex/lpadjkikoegfojgbhapfmkanmpoejdia . This version adds support for localised Google Scholar pages (.co.uk, .be, etc) /_\ You need to tick the "Show links to import citations into BibTeX" option in the Scholar settings.
拡張機能の基本情報
名前 | |
ID | jppobkmpheckcklapgnidmgdmkabnoll |
公式URL | https://chrome.google.com/webstore/detail/bibtex-google-scholar-int/jppobkmpheckcklapgnidmgdmkabnoll |
説明 | Copy Bibtex from Google Scholar |
ファイルサイズ | 42.34 KB |
インストール数 | 415 |
現在のバージョン | 1.0 |
最終更新日 | 2017-01-27 |
公開日 | 2017-01-27 |
評価 | 2.80/5 合計 5 レビュー |
開発者 | Simon Hengchen |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bibtex Google Scholar International", "version": "1.0", "description": "Copy Bibtex from Google Scholar", "content_scripts": [ { "matches": [ "https:\/\/scholar.google.be\/*", "http:\/\/scholar.google.be\/*", "https:\/\/scholar.google.com\/*", "http:\/\/scholar.google.com\/*", "https:\/\/scholar.google.dk\/*", "http:\/\/scholar.google.dk\/*", "https:\/\/scholar.google.nl\/*", "http:\/\/scholar.google.nl\/*", "https:\/\/scholar.google.de\/*", "http:\/\/scholar.google.de\/*", "https:\/\/scholar.google.co.uk\/*", "http:\/\/scholar.google.co.uk\/*", "https:\/\/scholar.google.dk\/*", "http:\/\/scholar.google.dk\/*", "https:\/\/scholar.google.se\/*", "http:\/\/scholar.google.se\/*", "https:\/\/scholar.google.fi\/*", "http:\/\/scholar.google.fi\/*", "https:\/\/scholar.google.no\/*", "http:\/\/scholar.google.no\/*", "https:\/\/scholar.google.es\/*", "http:\/\/scholar.google.es\/*", "https:\/\/scholar.google.pt\/*", "http:\/\/scholar.google.pt\/*", "https:\/\/scholar.google.it\/*", "http:\/\/scholar.google.it\/*", "https:\/\/scholar.google.ca\/*", "http:\/\/scholar.google.ca\/*", "https:\/\/scholar.google.fr\/*", "http:\/\/scholar.google.fr\/*" ], "js": [ "jquery-3.1.1.min.js", "clipboard.min.js", "script.js" ] } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "clipboardWrite" ], "manifest_version": 2, "icons": { "150": "bibtex.png" } } |