Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
new relesae
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Feb 25, 2016
1 parent 779331b commit 64e63d3
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
},

"manifest_version": 2,
"name": "Extension for BBC micro:bit and Google Chrome",
"version": "0.1",
"name": "Extension for BBC micro:bit",
"version": "0.2.0",
"author": "Microsoft",
"short_name": "Extension for BBC micro:bit and Google Chrome",
"short_name": "Extension for BBC micro:bit",

"description": "Extension for BBC micro:bit and Google Chrome.",
"description": "This extension reads the serial output from connected BBC micro:bit and sends it to the https://wwww.microbit.co.uk/ web site to be analyzed.",
"icons": {
"48": "logo48.png",
"128": "logo128.png"
Expand Down
26 changes: 26 additions & 0 deletions releases/0.2/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
The MIT License (MIT)

Copyright (c) 2015 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Third Party Programs: The software may include third party programs that
Microsoft, not the third party, licenses to you under this agreement.
Notices, if any, for the third party programs are included for your
information only.
Binary file added releases/0.2/appicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added releases/0.2/extension.zip
Binary file not shown.
Binary file added releases/0.2/logo128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added releases/0.2/logo48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions releases/0.2/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"app": {
"background": {
"scripts": [ "background.js" ]
}
},

"manifest_version": 2,
"name": "Extension for BBC micro:bit",
"version": "0.2.0",
"author": "Microsoft",
"short_name": "Extension for BBC micro:bit",

"description": "This extension reads the serial output from connected BBC micro:bit and sends it to the https://wwww.microbit.co.uk/ web site to be analyzed.",
"icons": {
"48": "logo48.png",
"128": "logo128.png"
},

"permissions": [
"serial",
"usb"
],

"externally_connectable": {
"matches": [ "https://*.microbit.co.uk/*", "https://*.touchdevelop.com/*", "*://localhost/*" ]
}
}
Binary file added releases/0.2/promo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added releases/0.2/screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added releases/0.2/screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed releases/microbit.chrome.0.1.crx
Binary file not shown.
Binary file removed releases/microbit.chrome.0.1.zip
Binary file not shown.
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 64e63d3

Please sign in to comment.