I did this!
Creating Tin Can statements is as easy as right clicking!
Qu'est-ce que I did this! ?
I did this! est une extension Chrome développée par Klaas Poortinga, et sa fonction principale est "Creating Tin Can statements is as easy as right clicking!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension I did this!
Téléchargez les fichiers d'extension I did this! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | I did this! |
ID | bnkehgbnnfgelmnfbjicdcicafoeogka |
URL Officiel | https://chromewebstore.google.com/detail/i-did-this/bnkehgbnnfgelmnfbjicdcicafoeogka |
Description | Creating Tin Can statements is as easy as right clicking! |
Taille du Fichier | 53.27 KB |
Nombre d'Installations | 29 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-03-31 |
Date de Publication | 2014-03-31 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Klaas Poortinga |
Type de Paiement | free |
Langues Prises en Charge | 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 } |