Scratch Tab
Tab for temporary text space. Syncs for all new tabs
Wat is Scratch Tab?
Scratch Tab is een Chrome-extensie ontwikkeld door https://blog.richardkeller.net, en de belangrijkste functie is "Tab for temporary text space. Syncs for all new tabs".
Extensie Screenshots
Download het CRX-bestand van de extensie Scratch Tab
Download Scratch Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Simple new tab extension that acts as a note pad. The data is saved locally and synced between all "new tab" pages.
Basisinformatie over de Extensie
Naam | Scratch Tab |
ID | chgoodmlemkngjcchejedfchhocadjdn |
Officiële URL | https://chromewebstore.google.com/detail/scratch-tab/chgoodmlemkngjcchejedfchhocadjdn |
Beschrijving | Tab for temporary text space. Syncs for all new tabs |
Bestandsgrootte | 796 KB |
Aantal Installaties | 39 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2024-02-18 |
Publicatiedatum | 2018-04-05 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://blog.richardkeller.net |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |