DOI Helper
A little add-on appending SciHub buttons for some webpages with s c i e n c e.
ما هو DOI Helper؟
DOI Helper هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "A little add-on appending SciHub buttons for some webpages with s c i e n c e.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DOI Helper
قم بتنزيل ملفات الامتداد DOI Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension adds quick links redirecting to Sci-Hub page related to given paper. Currently supports only a few journals
معلومات أساسية عن التمديد
الاسم | DOI Helper |
ID | mfdbhfpaedhhgglcahhmhgannefehicb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/doi-helper/mfdbhfpaedhhgglcahhmhgannefehicb |
الوصف | A little add-on appending SciHub buttons for some webpages with s c i e n c e. |
حجم الملف | 86.73 KB |
عدد التثبيتات | 6,424 |
النسخة الحالية | 1.0.2.1 |
آخر تحديث | 2020-04-07 |
تاريخ النشر | 2020-04-07 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DOI Helper", "version": "1.0.2.1", "description": "A little add-on appending SciHub buttons for some webpages with s c i e n c e.", "icons": { "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/inspirehep.net\/*" ], "js": [ "inspire-hep.js" ] }, { "matches": [ "*:\/\/*.sciencedirect.com\/*" ], "js": [ "science-direct.js" ] }, { "matches": [ "*:\/\/science.sciencemag.org\/*" ], "js": [ "science.js" ] }, { "matches": [ "*:\/\/journals.aps.org\/*\/abstract\/*" ], "js": [ "aps.js" ] } ] } |