I did this!
Creating Tin Can statements is as easy as right clicking!
Was ist I did this!?
I did this! ist eine Chrome-Erweiterung, die von Klaas Poortinga entwickelt wurde, und ihr Hauptmerkmal ist "Creating Tin Can statements is as easy as right clicking!".
Erweiterungsscreenshots
I did this!-Erweiterungs-CRX-Datei herunterladen
Laden Sie I did this!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | I did this! |
ID | bnkehgbnnfgelmnfbjicdcicafoeogka |
Offizielle URL | https://chromewebstore.google.com/detail/i-did-this/bnkehgbnnfgelmnfbjicdcicafoeogka |
Beschreibung | Creating Tin Can statements is as easy as right clicking! |
Dateigröße | 53.27 KB |
Installationsanzahl | 29 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-03-31 |
Veröffentlichungsdatum | 2014-03-31 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Klaas Poortinga |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |