Card Citator

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

Qu'est-ce que Card Citator ?

Card Citator est une extension Chrome développée par Ajay Raj, et sa fonction principale est "A chrome extension that auto-creates debate citations from the metadata on web pages.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Card Citator

Téléchargez les fichiers d'extension Card Citator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Card Citator Card Citator
ID jggmcnbgccldalngninjolcbampimfbe
URL Officiel https://chromewebstore.google.com/detail/card-citator/jggmcnbgccldalngninjolcbampimfbe
Description A chrome extension that auto-creates debate citations from the metadata on web pages.
Taille du Fichier 2.91 MB
Nombre d'Installations 657
Version Actuelle 2.1
Dernière Mise à Jour 2016-02-03
Date de Publication 2016-02-02
Évaluation 5.00/5 Total 10 Évaluations
Développeur Ajay Raj
Type de Paiement free
Langues Prises en Charge 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"
    }
}