Change PubMed
Reformats PubMed titles to make for easier copying and pasting citations.
Change PubMedとは何ですか?
Change PubMedはAnonymousによって開発されたChromeの拡張機能で、その主な機能は「Reformats PubMed titles to make for easier copying and pasting citations.」です。
Change PubMed拡張機能のCRXファイルをダウンロード
Change PubMed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | ![]() |
ID | iabdbfdpgebhehkdilfncbpikcfjlnbk |
公式URL | https://chrome.google.com/webstore/detail/change-pubmed/iabdbfdpgebhehkdilfncbpikcfjlnbk |
説明 | Reformats PubMed titles to make for easier copying and pasting citations. |
ファイルサイズ | 39.82 KB |
インストール数 | 24 |
現在のバージョン | 0.8 |
最終更新日 | 2013-06-26 |
公開日 | 2013-06-26 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Anonymous |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Change PubMed", "description": "Reformats PubMed titles to make for easier copying and pasting citations.", "version": "0.8", "permissions": [ "http:\/\/www.ncbi.nlm.nih.gov\/pubmed\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.ncbi.nlm.nih.gov\/pubmed\/*" ], "js": [ "jquery-1.9.1.min.js", "contentscript.js" ], "run_at": "document_end" } ] } |