I did this!

Creating Tin Can statements is as easy as right clicking!

什么是I did this!?

I did this!是由Klaas Poortinga开发的Chrome扩展程序,该扩展的主要功能是“Creating Tin Can statements is as easy as right clicking!”。

扩展截图

screenshot
screenshot
screenshot

下载I did this!扩展crx文件

下载I did this!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/                    

扩展基本信息

名称 I did this! I did this!
ID bnkehgbnnfgelmnfbjicdcicafoeogka
官方URL https://chromewebstore.google.com/detail/i-did-this/bnkehgbnnfgelmnfbjicdcicafoeogka
简介 Creating Tin Can statements is as easy as right clicking!
文件大小 53.27 KB
安装次数 29
当前版本 1.0
更新时间 2014-03-31
上架时间 2014-03-31
评分 5.00/5 共1次评分
开发者 Klaas Poortinga
付费类型 free
支持的语言 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
}