Open Study Draw
Draws to Canvas
What is Open Study Draw?
Open Study Draw is a Chrome extension developed by petersen.ok, and its main feature is "Draws to Canvas".
Extension Screenshots
Download Open Study Draw Extension CRX File
Download Open Study Draw extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Let's you draw on OpenStudy with colors.
Extension Basic Information
Name | |
ID | adcemccikemmpmgpdbiecccfkcfdklik |
Official URL | https://chrome.google.com/webstore/detail/open-study-draw/adcemccikemmpmgpdbiecccfkcfdklik |
Description | Draws to Canvas |
File Size | 52.82 KB |
Installation Count | 144 |
Current Version | 1.1 |
Last Updated | 2015-04-14 |
Publish Date | 2015-04-14 |
Rating | 3.73/5 Total 11 Ratings |
Developer | petersen.ok |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Study Draw", "description": "Draws to Canvas", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/openstudy.com\/*" ], "css": [ "interface.css" ], "js": [ "jquery.js", "jquery.simulate.js", "interface.js", "inject.js" ] } ] } |