Citace PRO

Generates citations of a web page, or any sources listed on the page.

Wat is Citace PRO?

Citace PRO is een Chrome-extensie ontwikkeld door https://www.citace.com, en de belangrijkste functie is "Generates citations of a web page, or any sources listed on the page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Citace PRO

Download Citace PRO-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The extension can generate and save citations. After opening the popup, the extension lists some information about the open web page, generates a citation for it, and lists all found DOI and ISBN sources. The citation can be copied to clipboard or saved into the Citace PRO citation manager system.                    

Basisinformatie over de Extensie

Naam Citace PRO Citace PRO
ID ncpfaidppllikakgbjppnjfidjkpafmp
Officiële URL https://chromewebstore.google.com/detail/citace-pro/ncpfaidppllikakgbjppnjfidjkpafmp
Beschrijving Generates citations of a web page, or any sources listed on the page.
Bestandsgrootte 470 KB
Aantal Installaties 6,453
Huidige Versie 3.1.4
Laatst Bijgewerkt 2024-03-01
Publicatiedatum 2014-04-12
Beoordeling 2.22/5 Totaal 9 Beoordelingen
Ontwikkelaar https://www.citace.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "description": "__MSG_description__",
    "author": "Citace.com, s.r.o.",
    "version": "3.1.4",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "scripting",
        "storage"
    ],
    "default_locale": "cs",
    "host_permissions": [
        "https:\/\/www.citacepro.com\/*"
    ],
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "manifest_version": 3
}