Pubmed Impact Factor

Shows impact factors/JCR quartile, filter search results by impact factors/JCR quartile, and more

Pubmed Impact Factor क्या है?

Pubmed Impact Factor Q. Dong द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows impact factors/JCR quartile, filter search results by impact factors/JCR quartile, and more"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pubmed Impact Factor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Show the impact factor (IF) and JCR quartile information (Q1 - Q4) of the journals in PubMed web pages; Filter the search results by impact factors or JCR quartile of journals; Expand or Collapse the snippet; Show or Hide the abstract.

Sep. 17th updates:
- Update the database of impact factors to the 2020 version
- Optimizations.

Oct. 20th 2020 updates:
- Optimizations.

Oct. 6th 2020 updates:
- Expand or Collapse the snippet; Show or Hide the abstract.

Aug. 26th 2020 updates:
- Add data of some missing journals. Now our database covers most of the journals in PubMed.
- Show the JCR quartile information (Q1 - Q4) for each journal
- Add checkboxes to filter search results based on the journal of JCR quartile

July 26th 2020 updates:
- Update the database of impact factors to the 2019 version
- Bug fixes

July 18th 2020 updates:
- Update to reflect the changes on PubMed web page tag names
- Bug fixes

June 27th 2020 updates:
- Added data of some missing journals in our google spreadsheet
- Simplified by removing the support to old PubMed
- Bug fixes

Feb 24 2020 updates:
- Using a slide to set IF filter in the filter panel of the webpage (See option)
- Bug fixes

Feb 20 2020 : Updated to support the legacy PubMed.
- Abstract Preview.
- Copy citation to clipboard.

Feb 19 2020 : Updated for the new Pubmed.
- Add a direct link to PMC webpage for the free PMC articles. 
- Add impact factor filter to the left setting panel of the webpage.                    

एक्सटेंशन की मूल जानकारी

नाम Pubmed Impact Factor Pubmed Impact Factor
ID npblmhpjbopmmaadpmheopjelggjnogh
आधिकारिक URL https://chromewebstore.google.com/detail/pubmed-impact-factor/npblmhpjbopmmaadpmheopjelggjnogh
विवरण Shows impact factors/JCR quartile, filter search results by impact factors/JCR quartile, and more
फ़ाइल का आकार 971 KB
स्थापना संख्या 65,477
वर्तमान संस्करण 6.1
अंतिम अपडेट 2021-09-20
प्रकाशन तिथि 2020-06-27
रेटिंग 4.34/5 कुल 58 रेटिंग्स
डेवलपर Q. Dong
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pubmed Impact Factor",
    "version": "6.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/pubmed.ncbi.nlm.nih.gov\/*"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "db.js",
                "main.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "option.html",
    "icons": {
        "128": "icon_128.png"
    },
    "description": "Shows impact factors\/JCR quartile, filter search results by impact factors\/JCR quartile, and more",
    "permissions": [
        "storage"
    ]
}