Refden

Extension for adding references to refden.com

Cos'è Refden?

Refden è un'estensione di Chrome sviluppata da https://refden.com, e la sua funzione principale è "Extension for adding references to refden.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Refden

Scarica i file di estensione Refden in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Refden Refden
ID mjkalnplobeeekejeecbgpjacbnggdod
URL Ufficiale https://chromewebstore.google.com/detail/refden/mjkalnplobeeekejeecbgpjacbnggdod
Descrizione Extension for adding references to refden.com
Dimensione del File 668 KB
Conteggio Installazioni 55
Versione Corrente 4.0.0
Ultimo Aggiornamento 2024-02-25
Data di Pubblicazione 2020-06-18
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://refden.com
Email [email protected]
Tipo di Pagamento in_app
URL della Pagina della Politica sulla Privacy https://www.refden.com/privacy
Lingue Supportate 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"
        }
    ]
}