Refden

Extension for adding references to refden.com

Refden क्या है?

Refden https://refden.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for adding references to refden.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Refden एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    ]
}