Harvard Library & DOI Search
Enables Harvard affiliates to easily gain access to papers through Harvard Library with one click
Harvard Library & DOI Searchとは何ですか?
Harvard Library & DOI Searchはcbteeple.devによって開発されたChromeの拡張機能で、その主な機能は「Enables Harvard affiliates to easily gain access to papers through Harvard Library with one click」です。
拡張機能のスクリーンショット
Harvard Library & DOI Search拡張機能のCRXファイルをダウンロード
Harvard Library & DOI Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Using this extension is simple:
Navigate to the journal's website and use one-click to load the page through Harvard Library, or use an article's DOI directly. 拡張機能の基本情報
| 名前 | |
| ID | jfjodidafpjnpfgcfmoadhjldhljjkgc |
| 公式URL | https://chromewebstore.google.com/detail/harvard-library-doi-searc/jfjodidafpjnpfgcfmoadhjldhljjkgc |
| 説明 | Enables Harvard affiliates to easily gain access to papers through Harvard Library with one click |
| ファイルサイズ | 173 KB |
| インストール数 | 698 |
| 現在のバージョン | 1.3 |
| 最終更新日 | 2019-08-01 |
| 公開日 | 2019-08-01 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | cbteeple.dev |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Harvard Library & DOI Search",
"version": "1.3",
"manifest_version": 2,
"description": "Enables Harvard affiliates to easily gain access to papers through Harvard Library with one click",
"browser_action": {
"default_icon": {
"128": "icon.png"
},
"default_title": "Harvard Library & DOI Search",
"short_name": "Harvard Lib Search",
"default_popup": "popup.html"
},
"options_page": "options.html",
"permissions": [
"tabs"
],
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
} | |