Reference App

A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.

O que é Reference App?

Reference App é uma extensão do Chrome desenvolvida por Fraser Deans, e sua principal característica é "A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Reference App

Baixe arquivos de extensão Reference App 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

                        Using the harvard reference style for academic references is tricky to remember and let's face it, a real pain in the arse.

This app make it simple and easy to develop your references to include in your assignments. This is perfect for those studying at academic institutions.

Change log:
v0.12 - Users can now click a button to copy the reference to the clipboard.
v0.14 - Fixed bug with last accessed date on web references.
v0.15 - Fixed bug with URL grab for web references.                    

Informações Básicas da Extensão

Nome Reference App Reference App
ID clgddkmefkffmfinedklminbclibddlf
URL Oficial https://chromewebstore.google.com/detail/reference-app/clgddkmefkffmfinedklminbclibddlf
Descrição A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.
Tamanho do Arquivo 50.09 KB
Contagem de Instalações 6,000
Versão Atual 0.15
Última Atualização 2013-01-19
Data de Publicação 2013-01-19
Classificação 2.88/5 Total de 8 Avaliações
Desenvolvedor Fraser Deans
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reference App",
    "manifest_version": 2,
    "version": "0.15",
    "description": "A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.",
    "icons": {
        "128": "images\/icon-128.gif"
    },
    "permissions": [
        "tabs",
        "clipboardWrite"
    ],
    "browser_action": {
        "default_icon": "images\/icon-128.gif",
        "default_popup": "popup.html"
    }
}