Citace PRO

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

Co je Citace PRO?

Citace PRO je rozšíření Chrome vyvinuté https://www.citace.com, a jeho hlavní funkcí je „Generates citations of a web page, or any sources listed on the page.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Citace PRO

Stáhněte si soubory rozšíření Citace PRO 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í

                        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.                    

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

Název Citace PRO Citace PRO
ID ncpfaidppllikakgbjppnjfidjkpafmp
Oficiální URL https://chromewebstore.google.com/detail/citace-pro/ncpfaidppllikakgbjppnjfidjkpafmp
Popis Generates citations of a web page, or any sources listed on the page.
Velikost souboru 470 KB
Počet instalací 6,453
Aktuální Verze 3.1.4
Poslední Aktualizace 2024-03-01
Datum Vydání 2014-04-12
Hodnocení 2.22/5 Celkem 9 Hodnocení
Vývojář https://www.citace.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}