Ajoute une bordure orange et bleue à scratch.mit.edu
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "scratchdécorer",
"version": "1.0",
"description": "Ajoute une bordure orange et bleue à scratch.mit.edu",
"icons": {
"48": "icon/border-48.png"
},
"content_scripts": [
{
"matches": [
"*://*.scratch.mit.edu/*"
],
"js": [
"borderify.js"
]
}
]
}