Simple Suspender
Suspend / unsuspend a tab, with minimal privacy concerns by design
Cos'è Simple Suspender?
Simple Suspender è un'estensione di Chrome sviluppata da VehpuS, e la sua funzione principale è "Suspend / unsuspend a tab, with minimal privacy concerns by design".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple Suspender
Scarica i file di estensione Simple Suspender 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
A cross-browser extension to suspend inactive / unused tabs by "hiding" them behind a static, generic browser error page. Basically to suspend https://moshe-gr.com, it will be redirected to http://localhost:0/#https://www.moshe-gr.com (try it ;) ). If you want to install the extension from source code (to ensure no possible abuse) - follow the instructions in the Github repo: https://github.com/VehpuS/simple-cross-browser-suspender.
Informazioni di Base sull'Estensione
Nome | Simple Suspender |
ID | foejeakhjndjjodhmcieiihikcdpciak |
URL Ufficiale | https://chromewebstore.google.com/detail/simple-suspender/foejeakhjndjjodhmcieiihikcdpciak |
Descrizione | Suspend / unsuspend a tab, with minimal privacy concerns by design |
Dimensione del File | 93.4 KB |
Conteggio Installazioni | 38 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-07-25 |
Data di Pubblicazione | 2021-07-25 |
Sviluppatore | VehpuS |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/VehpuS/simple-cross-browser-suspender/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Suspender", "version": "1.0", "manifest_version": 3, "description": "Suspend \/ unsuspend a tab, with minimal privacy concerns by design", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png", "48": "icon48.png" }, "default_title": "Suspend" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab" ] } |