I did this!
Creating Tin Can statements is as easy as right clicking!
Wat is I did this!?
I did this! is een Chrome-extensie ontwikkeld door Klaas Poortinga, en de belangrijkste functie is "Creating Tin Can statements is as easy as right clicking!".
Extensie Screenshots
Download het CRX-bestand van de extensie I did this!
Download I did this!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | I did this! |
ID | bnkehgbnnfgelmnfbjicdcicafoeogka |
Officiële URL | https://chromewebstore.google.com/detail/i-did-this/bnkehgbnnfgelmnfbjicdcicafoeogka |
Beschrijving | Creating Tin Can statements is as easy as right clicking! |
Bestandsgrootte | 53.27 KB |
Aantal Installaties | 29 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-03-31 |
Publicatiedatum | 2014-03-31 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Klaas Poortinga |
Betalingswijze | free |
Ondersteunde Talen | 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 } |