Citace PRO

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

Citace PRO là gì?

Citace PRO là một tiện ích mở rộng Chrome được phát triển bởi https://www.citace.com, và tính năng chính của nó là "Generates citations of a web page, or any sources listed on the page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Citace PRO

Tải xuống các tệp mở rộng Citace PRO dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Citace PRO Citace PRO
ID ncpfaidppllikakgbjppnjfidjkpafmp
URL Chính Thức https://chromewebstore.google.com/detail/citace-pro/ncpfaidppllikakgbjppnjfidjkpafmp
Mô tả Generates citations of a web page, or any sources listed on the page.
Kích Thước Tệp 470 KB
Số Lần Cài Đặt 6,453
Phiên Bản Hiện Tại 3.1.4
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2014-04-12
Đánh Giá 2.22/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://www.citace.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}