tldraw
A tiny little drawing app for your new tab screen.
What is tldraw?
tldraw is a Chrome extension developed by https://tldraw.com, and its main feature is "A tiny little drawing app for your new tab screen.".
Extension Screenshots
Download tldraw Extension CRX File
Download tldraw 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
Replace your new tab screen with a tldraw canvas.
Extension Basic Information
Name | tldraw |
ID | pifjjdmedmbbliligjebgfmbeofijbmo |
Official URL | https://chromewebstore.google.com/detail/tldraw/pifjjdmedmbbliligjebgfmbeofijbmo |
Description | A tiny little drawing app for your new tab screen. |
File Size | 260 KB |
Installation Count | 373 |
Current Version | 1.0 |
Last Updated | 2022-07-03 |
Publish Date | 2022-07-02 |
Developer | https://tldraw.com |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "tldraw", "description": "A tiny little drawing app for your new tab screen.", "version": "1.0", "manifest_version": 3, "permissions": [ "unlimitedStorage" ], "default_icon": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |