Card Citator

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

什么是Card Citator?

Card Citator是由Ajay Raj开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension that auto-creates debate citations from the metadata on web pages.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Card Citator扩展crx文件

下载Card Citator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Card Citator Card Citator
ID jggmcnbgccldalngninjolcbampimfbe
官方URL https://chromewebstore.google.com/detail/card-citator/jggmcnbgccldalngninjolcbampimfbe
简介 A chrome extension that auto-creates debate citations from the metadata on web pages.
文件大小 2.91 MB
安装次数 657
当前版本 2.1
更新时间 2016-02-03
上架时间 2016-02-02
评分 5.00/5 共10次评分
开发者 Ajay Raj
付费类型 free
支持的语言 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"
    }
}