Refden

Extension for adding references to refden.com

Refdenคืออะไร?

Refden เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://refden.com และคุณลักษณะหลักของมันคือ "Extension for adding references to refden.com"

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

screenshot

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

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

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

                        Streamline your research with the Refden browser extension. Once installed and logged in, it scans your current webpage for references, allowing you to add new ones directly to your Refden account with ease. This tool ensures that every valuable source is captured and organized effortlessly, enhancing your reference management from within your browser.                    

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

ชื่อ Refden Refden
ID mjkalnplobeeekejeecbgpjacbnggdod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/refden/mjkalnplobeeekejeecbgpjacbnggdod
คำอธิบาย Extension for adding references to refden.com
ขนาดไฟล์ 668 KB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 4.0.0
อัปเดตครั้งล่าสุด 2024-02-25
วันที่เผยแพร่ 2020-06-18
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://refden.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
URL หน้านโยบายความเป็นส่วนตัว https://www.refden.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Refden",
    "description": "Extension for adding references to refden.com",
    "version": "4.0.0",
    "background": {
        "service_worker": "dist\/build\/background\/bundle.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Refden"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/doi.org\/",
        "https:\/\/www.refden.co\/",
        "https:\/\/www.refden.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/build\/app\/bundle.js"
            ],
            "run_at": "document_idle"
        }
    ]
}