Card Citator

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

What is Card Citator?

Card Citator is a Chrome extension developed by Ajay Raj, and its main feature is "A chrome extension that auto-creates debate citations from the metadata on web pages.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Card Citator Extension CRX File

Download Card Citator 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

                        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                    

Extension Basic Information

Name Card Citator Card Citator
ID jggmcnbgccldalngninjolcbampimfbe
Official URL https://chromewebstore.google.com/detail/card-citator/jggmcnbgccldalngninjolcbampimfbe
Description A chrome extension that auto-creates debate citations from the metadata on web pages.
File Size 2.91 MB
Installation Count 657
Current Version 2.1
Last Updated 2016-02-03
Publish Date 2016-02-02
Rating 5.00/5 Total 10 Ratings
Developer Ajay Raj
Payment Type free
Supported Languages 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"
    }
}