I did this!

Creating Tin Can statements is as easy as right clicking!

O que é I did this!?

I did this! é uma extensão do Chrome desenvolvida por Klaas Poortinga, e sua principal característica é "Creating Tin Can statements is as easy as right clicking!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão I did this!

Baixe arquivos de extensão I did this! 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

                        I did this is an extension developed to easily create and push Tin Can statements to a Learning Record Store of choice. By right clicking a webpage or selected text you get a menu available with 5 pre-defined verbs. 

For more info on the Tin Can API, visit:
http://tincanapi.com/                    

Informações Básicas da Extensão

Nome I did this! I did this!
ID bnkehgbnnfgelmnfbjicdcicafoeogka
URL Oficial https://chromewebstore.google.com/detail/i-did-this/bnkehgbnnfgelmnfbjicdcicafoeogka
Descrição Creating Tin Can statements is as easy as right clicking!
Tamanho do Arquivo 53.27 KB
Contagem de Instalações 29
Versão Atual 1.0
Última Atualização 2014-03-31
Data de Publicação 2014-03-31
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Klaas Poortinga
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "I did this!",
    "description": "Creating Tin Can statements is as easy as right clicking!",
    "version": "1.0",
    "icons": {
        "16": "img\/tick_16x16.png",
        "24": "img\/tick_24x24.png",
        "32": "img\/tick_32x32.png",
        "48": "img\/tick_48x48.png",
        "128": "img\/tick_128x128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "notifications",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "verbs.js",
            "scripts\/tincan-min.js",
            "menu.js",
            "actions.js"
        ]
    },
    "manifest_version": 2
}