I did this!
Creating Tin Can statements is as easy as right clicking!
I did this! là gì?
I did this! là một tiện ích mở rộng Chrome được phát triển bởi Klaas Poortinga, và tính năng chính của nó là "Creating Tin Can statements is as easy as right clicking!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng I did this!
Tải xuống các tệp mở rộng I did this! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | I did this! |
ID | bnkehgbnnfgelmnfbjicdcicafoeogka |
URL Chính Thức | https://chromewebstore.google.com/detail/i-did-this/bnkehgbnnfgelmnfbjicdcicafoeogka |
Mô tả | Creating Tin Can statements is as easy as right clicking! |
Kích Thước Tệp | 53.27 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-03-31 |
Ngày Phát Hành | 2014-03-31 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Klaas Poortinga |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |