Card Citator

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

O que é Card Citator?

Card Citator é uma extensão do Chrome desenvolvida por Ajay Raj, e sua principal característica é "A chrome extension that auto-creates debate citations from the metadata on web pages.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Card Citator

Baixe arquivos de extensão Card Citator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Card Citator Card Citator
ID jggmcnbgccldalngninjolcbampimfbe
URL Oficial https://chromewebstore.google.com/detail/card-citator/jggmcnbgccldalngninjolcbampimfbe
Descrição A chrome extension that auto-creates debate citations from the metadata on web pages.
Tamanho do Arquivo 2.91 MB
Contagem de Instalações 657
Versão Atual 2.1
Última Atualização 2016-02-03
Data de Publicação 2016-02-02
Classificação 5.00/5 Total de 10 Avaliações
Desenvolvedor Ajay Raj
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}