Refden

Extension for adding references to refden.com

What is Refden?

Refden is a Chrome extension developed by https://refden.com, and its main feature is "Extension for adding references to refden.com".

Extension Screenshots

screenshot

Download Refden Extension CRX File

Download Refden extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Refden Refden
ID mjkalnplobeeekejeecbgpjacbnggdod
Official URL https://chromewebstore.google.com/detail/refden/mjkalnplobeeekejeecbgpjacbnggdod
Description Extension for adding references to refden.com
File Size 668 KB
Installation Count 55
Current Version 4.0.0
Last Updated 2024-02-25
Publish Date 2020-06-18
Rating 5.00/5 Total 3 Ratings
Developer https://refden.com
Email [email protected]
Payment Type in_app
Privacy Policy Page URL https://www.refden.com/privacy
Supported Languages 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"
        }
    ]
}