Citace PRO

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

What is Citace PRO?

Citace PRO is a Chrome extension developed by https://www.citace.com, and its main feature is "Generates citations of a web page, or any sources listed on the page.".

Extension Screenshots

screenshot

Download Citace PRO Extension CRX File

Download Citace PRO extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Citace PRO Citace PRO
ID ncpfaidppllikakgbjppnjfidjkpafmp
Official URL https://chromewebstore.google.com/detail/citace-pro/ncpfaidppllikakgbjppnjfidjkpafmp
Description Generates citations of a web page, or any sources listed on the page.
File Size 470 KB
Installation Count 6,453
Current Version 3.1.4
Last Updated 2024-03-01
Publish Date 2014-04-12
Rating 2.22/5 Total 9 Ratings
Developer https://www.citace.com
Email [email protected]
Payment Type free
Supported Languages 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
}