Prototype
A scratch space for notes, links, reminders, and whatever else you want to keep around.
What is Prototype?
Prototype is a Chrome extension developed by nDimensional Studios, and its main feature is "A scratch space for notes, links, reminders, and whatever else you want to keep around.".
Extension Screenshots
Download Prototype Extension CRX File
Download Prototype 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
Prototype replaces the new tab page with a self-styling scratchpad.
Extension Basic Information
Name | Prototype |
ID | mcfikpkmjbdlfjdlmbeodbfkenhpieam |
Official URL | https://chromewebstore.google.com/detail/prototype/mcfikpkmjbdlfjdlmbeodbfkenhpieam |
Description | A scratch space for notes, links, reminders, and whatever else you want to keep around. |
File Size | 673 KB |
Installation Count | 16 |
Current Version | 0.4.7 |
Last Updated | 2019-04-30 |
Publish Date | 2019-04-30 |
Rating | 5.00/5 Total 2 Ratings |
Developer | nDimensional Studios |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/nDimensional/prototype |
Help Page URL | https://github.com/nDimensional/prototype/issues |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Prototype", "version": "0.4.7", "description": "A scratch space for notes, links, reminders, and whatever else you want to keep around.", "author": "Joel Gustafson", "developer": { "name": "nDimensional Studios", "url": "https:\/\/ndimensional.studio\/" }, "chrome_url_overrides": { "newtab": "index.html" }, "homepage_url": "https:\/\/github.com\/nDimensional\/prototype", "icons": { "16": "icon-16.png", "48": "icon-48.png", "96": "icon-96.png", "128": "icon-128.png", "192": "icon-192.png" }, "permissions": [ "storage" ], "applications": { "gecko": { "id": "{4c6d75f6-cdad-4947-aec4-90a071b7fb81}", "strict_min_version": "66.0" } } } |