Card Citator

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

Wat is Card Citator?

Card Citator is een Chrome-extensie ontwikkeld door Ajay Raj, en de belangrijkste functie is "A chrome extension that auto-creates debate citations from the metadata on web pages.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Card Citator

Download Card Citator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Card Citator Card Citator
ID jggmcnbgccldalngninjolcbampimfbe
Officiële URL https://chromewebstore.google.com/detail/card-citator/jggmcnbgccldalngninjolcbampimfbe
Beschrijving A chrome extension that auto-creates debate citations from the metadata on web pages.
Bestandsgrootte 2.91 MB
Aantal Installaties 657
Huidige Versie 2.1
Laatst Bijgewerkt 2016-02-03
Publicatiedatum 2016-02-02
Beoordeling 5.00/5 Totaal 10 Beoordelingen
Ontwikkelaar Ajay Raj
Betalingswijze free
Ondersteunde Talen 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"
    }
}