paperGuard
On the paper search site, the SCI journal ranking is displayed
paperGuard क्या है?
paperGuard paperGuard द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "On the paper search site, the SCI journal ranking is displayed"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में paperGuard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
In Google Academic, pubmed, sciencedirect, web of science and other paper search sites, display the journal section of the paper. Supported journal divisions include: SCI, SSCI, SCI Impact Factor, SCI 5-Year Impact Factor published by clarivate. And UTD24, FTD50 and other data sets
एक्सटेंशन की मूल जानकारी
नाम | paperGuard |
ID | ofpfjhecniaokgmlbjoenomjlpkllceh |
आधिकारिक URL | https://chromewebstore.google.com/detail/paperguard/ofpfjhecniaokgmlbjoenomjlpkllceh |
विवरण | On the paper search site, the SCI journal ranking is displayed |
फ़ाइल का आकार | 1.17 MB |
स्थापना संख्या | 805 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2023-11-22 |
प्रकाशन तिथि | 2023-08-18 |
डेवलपर | paperGuard |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "paperGuard", "manifest_version": 3, "version": "1.0", "description": "On the paper search site, the SCI journal ranking is displayed", "default_locale": "en", "icons": { "16": "lib\/logo\/16.png", "48": "lib\/logo\/48.png", "128": "lib\/logo\/128.png" }, "action": { "default_icon": { "16": "lib\/logo\/16.png", "32": "lib\/logo\/32.png" }, "default_popup": "popup\/popup.html" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/www.paperguard.cc\/*" ], "background": { "service_worker": "\/show_ranking\/ranking\/service_worker.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "exclude_matches": [ "https:\/\/www.scoregg.com\/*", "https:\/\/appstorrent.ru\/*", "https:\/\/www.ctrip.com\/*", "https:\/\/online.phyloviz.net\/*", "https:\/\/*.overleaf.com\/*", "https:\/\/overleaf.com\/*" ], "js": [ "lib\/js\/jquery-3.3.1.min.js", "lib\/paper\/dialog.js", "lib\/paper\/xm-select.js", "lib\/jquery-ui\/jquery-ui.min.js", "show_ranking\/ranking\/utils.js", "lib\/sweetalert2\/sweetalert2.min.js" ], "css": [ "show_ranking\/style.css", "lib\/sweetalert2\/sweetalert2.min.css", "lib\/paper\/dialog.css" ] } ] } |