Unvisit
Mark link as unvisited by removing the url from the browsers history
¿Qué es Unvisit?
Unvisit es una extensión de Chrome desarrollada por smukkekim, y su función principal es "Mark link as unvisited by removing the url from the browsers history".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Unvisit
Descarga archivos de extensión Unvisit en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Helps when working with styling links, by allowing you to make links "unvisited" by removing them from the browsers history
Información Básica de la Extensión
Nombre | Unvisit |
ID | fbggfcphnbjfjoppijhohnhmfofkcplj |
URL Oficial | https://chromewebstore.google.com/detail/unvisit/fbggfcphnbjfjoppijhohnhmfofkcplj |
Descripción | Mark link as unvisited by removing the url from the browsers history |
Tamaño del Archivo | 12.59 KB |
Cantidad de Instalaciones | 78 |
Versión Actual | 1.0 |
Última Actualización | 2020-11-20 |
Fecha de Publicación | 2018-07-19 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | smukkekim |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |