Card Citator

A chrome extension that auto-creates debate citations from the metadata on web pages.

Card Citator là gì?

Card Citator là một tiện ích mở rộng Chrome được phát triển bởi Ajay Raj, và tính năng chính của nó là "A chrome extension that auto-creates debate citations from the metadata on web pages.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Card Citator 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

                        Navigate to the piece of evidence you are cutting and click on Card Citator to generate a citation for the webpage!

Features:
- Options to change the format of the citation
- Option to retrieve save history
- Option to add citation to your clipboard

What's New in 2.1:
- Retrieve saved citations
- Add initials and date accessed                    

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

Tên Card Citator Card Citator
ID jggmcnbgccldalngninjolcbampimfbe
URL Chính Thức https://chromewebstore.google.com/detail/card-citator/jggmcnbgccldalngninjolcbampimfbe
Mô tả A chrome extension that auto-creates debate citations from the metadata on web pages.
Kích Thước Tệp 2.91 MB
Số Lần Cài Đặt 657
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2016-02-03
Ngày Phát Hành 2016-02-02
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Ajay Raj
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Card Citator",
    "description": "A chrome extension that auto-creates debate citations from the metadata on web pages.",
    "version": "2.1",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_title": "Card Citator",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}