Citace PRO

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

Qu'est-ce que Citace PRO ?

Citace PRO est une extension Chrome développée par https://www.citace.com, et sa fonction principale est "Generates citations of a web page, or any sources listed on the page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Citace PRO

Téléchargez les fichiers d'extension Citace PRO au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Citace PRO Citace PRO
ID ncpfaidppllikakgbjppnjfidjkpafmp
URL Officiel https://chromewebstore.google.com/detail/citace-pro/ncpfaidppllikakgbjppnjfidjkpafmp
Description Generates citations of a web page, or any sources listed on the page.
Taille du Fichier 470 KB
Nombre d'Installations 6,453
Version Actuelle 3.1.4
Dernière Mise à Jour 2024-03-01
Date de Publication 2014-04-12
Évaluation 2.22/5 Total 9 Évaluations
Développeur https://www.citace.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}