Card Citator

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

Co je Card Citator?

Card Citator je rozšíření Chrome vyvinuté Ajay Raj, a jeho hlavní funkcí je „A chrome extension that auto-creates debate citations from the metadata on web pages.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Card Citator

Stáhněte si soubory rozšíření Card Citator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Card Citator Card Citator
ID jggmcnbgccldalngninjolcbampimfbe
Oficiální URL https://chromewebstore.google.com/detail/card-citator/jggmcnbgccldalngninjolcbampimfbe
Popis A chrome extension that auto-creates debate citations from the metadata on web pages.
Velikost souboru 2.91 MB
Počet instalací 657
Aktuální Verze 2.1
Poslední Aktualizace 2016-02-03
Datum Vydání 2016-02-02
Hodnocení 5.00/5 Celkem 10 Hodnocení
Vývojář Ajay Raj
Typ Platby free
Podporované Jazyky 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"
    }
}