OA.mg

Download and read millions of research papers

OA.mgคืออะไร?

OA.mg เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://oa.mg และคุณลักษณะหลักของมันคือ "Download and read millions of research papers"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OA.mg

ดาวน์โหลดไฟล์ส่วนขยาย OA.mg ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Open Access for everyone. Download and read 250 million open access research papers. 

We believe research should be openly accessible to everyone. Knowledge yearns to be free.

The best path for accelerating multi-disciplinary breakthrough research is freely sharing knowledge across scientific fields.

The only way to solve our problems and fix the future is through open collaboration.

Why us?
1. There are many academic search engines, but only we combine all OA databases and connect them to each other.
2. Our search engine is superior to any other.
3. Powerful integrations enable you to do more with your papers. Great things come from collaboration, which is why we have partnered with the leading educational tools out there to unlock features you have only ever dreamed of.

Join our fight for Open Access. We have nothing to lose but our chains.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OA.mg OA.mg
ID ahnnebfmpaambhblikbbbhdfaknfjfcd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/oamg/ahnnebfmpaambhblikbbbhdfaknfjfcd
คำอธิบาย Download and read millions of research papers
ขนาดไฟล์ 79.46 KB
จำนวนการติดตั้ง 33,427
เวอร์ชันปัจจุบัน 2.5
อัปเดตครั้งล่าสุด 2023-06-02
วันที่เผยแพร่ 2021-10-23
คะแนน 4.80/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา https://oa.mg
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://oa.mg/
URL หน้าช่วยเหลือ https://oa.mg/feedback
URL หน้านโยบายความเป็นส่วนตัว https://oa.mg/privacy
ภาษาที่รองรับ de,en,es,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OA.mg",
    "short_name": "OA.mg",
    "version": "2.5",
    "author": "OA.mg",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/OAmg-Icon-16.png",
        "32": "icons\/OAmg-Icon-32.png",
        "48": "icons\/OAmg-Icon-48.png",
        "64": "icons\/OAmg-Icon-64.png",
        "96": "icons\/OAmg-Icon-96.png",
        "128": "icons\/OAmg-Icon-128.png",
        "256": "icons\/OAmg-Icon-256.png",
        "512": "icons\/OAmg-Icon-512.png",
        "1024": "icons\/OAmg-Icon-1024.png"
    },
    "action": {
        "default_popup": "popup.html",
        "browser_style": true,
        "default_icon": {
            "48": "icons\/OAmg-Icon-48.png",
            "96": "icons\/OAmg-Icon-96.png"
        },
        "default_title": "__MSG_ext_default_title__",
        "theme_icons": [
            {
                "light": "icons\/OAmg-Icon-48.png",
                "dark": "icons\/OAmg-Icon-48.png",
                "size": 48
            },
            {
                "light": "icons\/OAmg-Icon-96.png",
                "dark": "icons\/OAmg-Icon-96.png",
                "size": 96
            }
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self'"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}