Find sci paper

Find sci paper by sci-hub

ما هو Find sci paper؟

Find sci paper هو إضافة Chrome تم تطويرها بواسطة TomatoSoup، والميزة الرئيسية لها هي "Find sci paper by sci-hub".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Find sci paper

قم بتنزيل ملفات الامتداد Find sci paper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        一鍵在sci-hub上查找sci paper,免除貼來貼去的繁瑣

如何使用:
- 開啟期刊網站上的欲查詢paper頁面,點擊右上的此外掛按鈕便會開啟新分頁至sci-hub的該paper頁面

- 或是用滑鼠游標反白doi號碼後,右鍵>find by doi,便會另開啟新分頁至sci-hub的該paper頁面

- 自定義網域:右鍵此外掛按鈕>選項,於開啟的頁面中輸入欲自定義的網域名稱後儲存即可

Find your reference paper in sci-hub by one click

How to use:

Go to the reference page on journal site and click add-on button, then chrome will open a new tab to find resource in sci-hub.

Or you can select doi text then right click>get by doi, then chrome will open a new tab to find resource in sci-hub.

Custom domain setting: right click add-on button > Options, then input custom domain you want and save it.                    

معلومات أساسية عن التمديد

الاسم Find sci paper Find sci paper
ID ocofgmnfmjndinnmdimpmijogpaljmal
عنوان URL الرسمي https://chromewebstore.google.com/detail/find-sci-paper/ocofgmnfmjndinnmdimpmijogpaljmal
الوصف Find sci paper by sci-hub
حجم الملف 11.89 KB
عدد التثبيتات 70,000
النسخة الحالية 0.5
آخر تحديث 2023-08-09
تاريخ النشر 2020-02-16
تقييم 4.52/5 مجموع تقييمات 54
المطور TomatoSoup
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/TomatoSoup0126/find-sci-paper
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Find sci paper",
    "version": "0.5",
    "description": "Find sci paper by sci-hub",
    "icons": {
        "128": "img\/128.png"
    },
    "action": {
        "default_icon": "img\/128.png",
        "default_title": "find sci paper"
    },
    "background": {
        "service_worker": "event.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ]
}