Card Citator

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

Was ist Card Citator?

Card Citator ist eine Chrome-Erweiterung, die von Ajay Raj entwickelt wurde, und ihr Hauptmerkmal ist "A chrome extension that auto-creates debate citations from the metadata on web pages.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Card Citator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Card Citator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Card Citator Card Citator
ID jggmcnbgccldalngninjolcbampimfbe
Offizielle URL https://chromewebstore.google.com/detail/card-citator/jggmcnbgccldalngninjolcbampimfbe
Beschreibung A chrome extension that auto-creates debate citations from the metadata on web pages.
Dateigröße 2.91 MB
Installationsanzahl 657
Aktuelle Version 2.1
Letztes Update 2016-02-03
Veröffentlichungsdatum 2016-02-02
Bewertung 5.00/5 Insgesamt 10 Bewertungen
Entwickler Ajay Raj
Zahlungsart free
Unterstützte Sprachen 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"
    }
}