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
}