Scratch Tab
Tab for temporary text space. Syncs for all new tabs
What is Scratch Tab?
Scratch Tab is a Chrome extension developed by https://blog.richardkeller.net, and its main feature is "Tab for temporary text space. Syncs for all new tabs".
Extension Screenshots
Download Scratch Tab Extension CRX File
Download Scratch Tab 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
Simple new tab extension that acts as a note pad. The data is saved locally and synced between all "new tab" pages.
Extension Basic Information
Name | Scratch Tab |
ID | chgoodmlemkngjcchejedfchhocadjdn |
Official URL | https://chromewebstore.google.com/detail/scratch-tab/chgoodmlemkngjcchejedfchhocadjdn |
Description | Tab for temporary text space. Syncs for all new tabs |
File Size | 796 KB |
Installation Count | 39 |
Current Version | 1.0.1 |
Last Updated | 2024-02-18 |
Publish Date | 2018-04-05 |
Rating | 4.00/5 Total 1 Ratings |
Developer | https://blog.richardkeller.net |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scratch Tab", "version": "1.0.1", "manifest_version": 3, "permissions": [ "storage", "tabs" ], "description": "Tab for temporary text space. Syncs for all new tabs", "homepage_url": "https:\/\/richardkeller.net", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "browser_action": { "default_icon": "icons\/icon16.png" } } |