I did this!

Creating Tin Can statements is as easy as right clicking!

I did this! क्या है?

I did this! Klaas Poortinga द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Creating Tin Can statements is as easy as right clicking!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में I did this! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}