Forget Tab

Forget current tab's history, storage, cookies and more with just one click!

Cos'è Forget Tab?

Forget Tab è un'estensione di Chrome sviluppata da Jorvi, e la sua funzione principale è "Forget current tab's history, storage, cookies and more with just one click!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Forget Tab

Scarica i file di estensione Forget 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

                        Forget Tab is a simple extension to easily clear history, cookies, storage, and other data from the current tab. 

Just click on the toolbar button to clear desired items. A notification will show you what is cleared from the current tab. When the icon is blue, it shows the current tab has - uncleared - data. When it is green, it means desired items (cookies, local storage, session storage, and history) are cleared from the current tab.

Note: to report bugs, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/forget-tab.html).                    

Informazioni di Base sull'Estensione

Nome Forget Tab Forget Tab
ID bdfflloamggdngppokpigggdjccegoio
URL Ufficiale https://chromewebstore.google.com/detail/forget-tab/bdfflloamggdngppokpigggdjccegoio
Descrizione Forget current tab's history, storage, cookies and more with just one click!
Dimensione del File 33.92 KB
Conteggio Installazioni 162
Versione Corrente 0.1.4
Ultimo Aggiornamento 2024-02-04
Data di Pubblicazione 2019-03-03
Valutazione 3.00/5 Totale 3 Valutazioni
Sviluppatore Jorvi
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mybrowseraddon.com/forget-tab.html
URL della Pagina di Aiuto https://mybrowseraddon.com/forget-tab.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.4",
    "name": "Forget Tab",
    "manifest_version": 3,
    "offline_enabled": true,
    "homepage_url": "https:\/\/mybrowseraddon.com\/forget-tab.html",
    "description": "Forget current tab's history, storage, cookies and more with just one click!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "permissions": [
        "storage",
        "history",
        "activeTab",
        "scripting",
        "notifications"
    ],
    "action": {
        "default_title": "Forget Tab",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}