Maker Project Canvas
Project brainstorming canvas
What is Maker Project Canvas?
Maker Project Canvas is a Chrome extension developed by Tangibit Studios, and its main feature is "Project brainstorming canvas".
Extension Screenshots
Download Maker Project Canvas Extension CRX File
Download Maker Project Canvas 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
This Chrome extension brings the Maker Project Canvas right to your browser. The canvas helps makers organize their thoughts when developing a project. Centering around the job-to-be-done, the canvas prompts thinking about both form and function. For more information on the method, see tangibit.com or visit Amazon for the book "Maker Project Canvas"
Extension Basic Information
Name | |
ID | lmcgcikmpoanlliakhnjgkghjmbkjdfm |
Official URL | https://chrome.google.com/webstore/detail/maker-project-canvas/lmcgcikmpoanlliakhnjgkghjmbkjdfm |
Description | Project brainstorming canvas |
File Size | 274 KB |
Installation Count | 60 |
Current Version | 1.0 |
Last Updated | 2017-09-26 |
Publish Date | 2017-09-26 |
Developer | Tangibit Studios |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Maker Project Canvas", "short_name": "Maker Project Canvas", "description": "Project brainstorming canvas", "version": "1.0", "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon16.png" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "storage", "https:\/\/fonts.googleapis.com\/", " |