Refden

Extension for adding references to refden.com

Co je Refden?

Refden je rozšíření Chrome vyvinuté https://refden.com, a jeho hlavní funkcí je „Extension for adding references to refden.com“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Refden

Stáhněte si soubory rozšíření Refden ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Refden Refden
ID mjkalnplobeeekejeecbgpjacbnggdod
Oficiální URL https://chromewebstore.google.com/detail/refden/mjkalnplobeeekejeecbgpjacbnggdod
Popis Extension for adding references to refden.com
Velikost souboru 668 KB
Počet instalací 55
Aktuální Verze 4.0.0
Poslední Aktualizace 2024-02-25
Datum Vydání 2020-06-18
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://refden.com
E-mail [email protected]
Typ Platby in_app
URL Stránky Zásad Ochrany Soukromí https://www.refden.com/privacy
Podporované Jazyky 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"
        }
    ]
}