PubMed Impact Factor Search
Add search words at PubMed search box.
PubMed Impact Factor Searchคืออะไร?
PubMed Impact Factor Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tand826 และคุณลักษณะหลักของมันคือ "Add search words at PubMed search box."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PubMed Impact Factor Search
ดาวน์โหลดไฟล์ส่วนขยาย PubMed Impact Factor Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Confused by tons of journals? Why not speed up your research by IMPACT FACTOR! Add search words in the search box at PubMed.gov. The words are the ISSNs of the journals, which have the impact factor you specified with the slider. < UPDATES for version4.1 > - Added link to InCites CSV export page < INSTALLATION > (1) You need to add a csv file. From InCites Journal Citation Reports, export the list of journals as CSV. This may require your registered accout. PIFS can read your CSV if the following conditions are met. (a) Your CSV needs to have the column names in the 2nd row (b) Your CSV needs to have the columns of "ISSN", "Journal Name", "Impact Factor". Available aliases are as below. (b-1) ISSN: "ISSN" # only ISSN is available (b-2) Journal Name: "Full Journal Title", "Journal name", "Journal Name" (b-3) Impact Factor: "Journal Impact Factor", "2021 JIF", "2022 JIF" (#) InCites exports only 600 top results. If you need more results in PIFS, please concatenate the results manually. and you need to, (2) Set it in the settings tab. ********************************** < UPDATES for version4.0.1 > - PIFS can read the newer format of exported CSV < UPDATES for version3.2> - Added ISSNs are kept in the input box also on https://pubmed.ncbi.nlm.nih.gov/. - PIFS tells if the added csv file is available. < UPDATES for version3.1> - PIFS also works on https://pubmed.ncbi.nlm.nih.gov/ - PIFS asks for rating me once in every 10 times adding the query. You can disable this message by clicking "No" in the dialog. < UPDATES for version3.0> - Keep the history of queries for reuse. - Search journals from the results with keywords.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PubMed Impact Factor Search |
ID | amhcplabblldkpggfncgnemdbpafbfog |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pubmed-impact-factor-sear/amhcplabblldkpggfncgnemdbpafbfog |
คำอธิบาย | Add search words at PubMed search box. |
ขนาดไฟล์ | 882 KB |
จำนวนการติดตั้ง | 3,221 |
เวอร์ชันปัจจุบัน | 4.1 |
อัปเดตครั้งล่าสุด | 2022-09-05 |
วันที่เผยแพร่ | 2020-05-27 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | tand826 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/tand826/pubmed_impact_factor_search |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "Takumi Ando", "name": "PubMed Impact Factor Search", "description": "Add search words at PubMed search box.", "version": "4.1", "icons": { "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "content_scripts": [ { "matches": [ "https:\/\/www.ncbi.nlm.nih.gov\/*", "https:\/\/pubmed.ncbi.nlm.nih.gov\/*" ], "js": [ "contentscript.js" ] } ], "action": { "default_icon": "icons\/icon_32.png", "default_title": "PubMed Impact Factor Search", "default_popup": "popup.html" }, "permissions": [ "storage" ], "homepage_url": "https:\/\/github.com\/tand826\/pubmed_impact_factor_search" } |