Citace PRO

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

Vad är Citace PRO?

Citace PRO är en Chrome-tillägg utvecklad av https://www.citace.com, och dess huvudfunktion är "Generates citations of a web page, or any sources listed on the page.".

Tilläggsskärmbilder

screenshot

Ladda ner Citace PRO-förlängningens CRX-fil

Ladda ner Citace PRO-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Citace PRO Citace PRO
ID ncpfaidppllikakgbjppnjfidjkpafmp
Officiell webbadress https://chromewebstore.google.com/detail/citace-pro/ncpfaidppllikakgbjppnjfidjkpafmp
Beskrivning Generates citations of a web page, or any sources listed on the page.
Filstorlek 470 KB
Antal Installationer 6,453
Aktuell Version 3.1.4
Senast Uppdaterad 2024-03-01
Publiceringsdatum 2014-04-12
Betyg 2.22/5 Totalt 9 Betyg
Utvecklare https://www.citace.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}