Scratch Tab

Tab for temporary text space. Syncs for all new tabs

Cos'è Scratch Tab?

Scratch Tab è un'estensione di Chrome sviluppata da https://blog.richardkeller.net, e la sua funzione principale è "Tab for temporary text space. Syncs for all new tabs".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Scratch Tab

Scarica i file di estensione Scratch Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Simple new tab extension that acts as a note pad. The data is saved locally and synced between all "new tab" pages.                    

Informazioni di Base sull'Estensione

Nome Scratch Tab Scratch Tab
ID chgoodmlemkngjcchejedfchhocadjdn
URL Ufficiale https://chromewebstore.google.com/detail/scratch-tab/chgoodmlemkngjcchejedfchhocadjdn
Descrizione Tab for temporary text space. Syncs for all new tabs
Dimensione del File 796 KB
Conteggio Installazioni 39
Versione Corrente 1.0.1
Ultimo Aggiornamento 2024-02-18
Data di Pubblicazione 2018-04-05
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore https://blog.richardkeller.net
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}