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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}