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 |
官方網址 | 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" } } |