Scratch Tab
Tab for temporary text space. Syncs for all new tabs
Qu'est-ce que Scratch Tab ?
Scratch Tab est une extension Chrome développée par https://blog.richardkeller.net, et sa fonction principale est "Tab for temporary text space. Syncs for all new tabs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Scratch Tab
Téléchargez les fichiers d'extension Scratch Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Simple new tab extension that acts as a note pad. The data is saved locally and synced between all "new tab" pages.
Informations de Base sur l'Extension
Nom | Scratch Tab |
ID | chgoodmlemkngjcchejedfchhocadjdn |
URL Officiel | https://chromewebstore.google.com/detail/scratch-tab/chgoodmlemkngjcchejedfchhocadjdn |
Description | Tab for temporary text space. Syncs for all new tabs |
Taille du Fichier | 796 KB |
Nombre d'Installations | 39 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2024-02-18 |
Date de Publication | 2018-04-05 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | https://blog.richardkeller.net |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |