Sketchtab
New tab page with code editor
What is Sketchtab?
Sketchtab is a Chrome extension developed by https://www.clicktorelease.com, and its main feature is "New tab page with code editor".
Extension Screenshots
Download Sketchtab Extension CRX File
Download Sketchtab 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
A New Tab for Google Chrome with a code editor
Extension Basic Information
Name | Sketchtab |
ID | ioonoapnncbgnhjfjipkfbkpkogmknlm |
Official URL | https://chromewebstore.google.com/detail/sketchtab/ioonoapnncbgnhjfjipkfbkpkogmknlm |
Description | New tab page with code editor |
File Size | 124 KB |
Installation Count | 42 |
Current Version | 0.7 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://www.clicktorelease.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/spite/chrome-sketchtab |
Help Page URL | https://github.com/spite/chrome-sketchtab/issues |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sketchtab", "short_name": "Sketchtab", "description": "New tab page with code editor", "version": "0.7", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "web_accessible_resources": [ "index.html" ], "sandbox": { "pages": [ "sandbox.html" ] }, "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'" } |