Unvisit
Mark link as unvisited by removing the url from the browsers history
Cos'è Unvisit?
Unvisit è un'estensione di Chrome sviluppata da smukkekim, e la sua funzione principale è "Mark link as unvisited by removing the url from the browsers history".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Unvisit
Scarica i file di estensione Unvisit 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
Helps when working with styling links, by allowing you to make links "unvisited" by removing them from the browsers history
Informazioni di Base sull'Estensione
Nome | Unvisit |
ID | fbggfcphnbjfjoppijhohnhmfofkcplj |
URL Ufficiale | https://chromewebstore.google.com/detail/unvisit/fbggfcphnbjfjoppijhohnhmfofkcplj |
Descrizione | Mark link as unvisited by removing the url from the browsers history |
Dimensione del File | 12.59 KB |
Conteggio Installazioni | 78 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-11-20 |
Data di Pubblicazione | 2018-07-19 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | smukkekim |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unvisit", "description": "Mark link as unvisited by removing the url from the browsers history", "version": "1.0", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "events.js" ], "persistent": false }, "permissions": [ "history", "contextMenus" ] } |