opendoor

An omage to open science. Access any article, anywhere.

opendoorคืออะไร?

opendoor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย qoobes และคุณลักษณะหลักของมันคือ "An omage to open science. Access any article, anywhere."

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

screenshot

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

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

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

                        Essentially, the goal of opendoor is to grant access to special papers to any person that cannot afford it themselves. 

Usage:

After opening a tab containing an article, press the extension on the top right navigation bar in google chrome. If the article you were looking for is listed, you're good to go!
However, if the extension couldn't find the article on the page, you should find the DOI string (eg: http://doi.org/10.1093/ajae/aaq063), and paste it into the "Custom DOI" field.                    

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

ชื่อ opendoor opendoor
ID ohfbodcnjcljdibihcfkeldjlpefpjde
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/opendoor/ohfbodcnjcljdibihcfkeldjlpefpjde
คำอธิบาย An omage to open science. Access any article, anywhere.
ขนาดไฟล์ 694 KB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2022-02-04
วันที่เผยแพร่ 2022-01-11
ผู้พัฒนา qoobes
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "opendoor",
    "description": "An omage to open science. Access any article, anywhere.",
    "version": "0.0.3",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "permissions": [],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": ".\/opendoor_logo_16.png",
        "32": ".\/opendoor_logo_32.png",
        "64": ".\/opendoor_logo_64.png",
        "128": ".\/opendoor_logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/content.js"
            ]
        }
    ]
}