Unvisit
Mark link as unvisited by removing the url from the browsers history
Wat is Unvisit?
Unvisit is een Chrome-extensie ontwikkeld door smukkekim, en de belangrijkste functie is "Mark link as unvisited by removing the url from the browsers history".
Extensie Screenshots
Download het CRX-bestand van de extensie Unvisit
Download Unvisit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Helps when working with styling links, by allowing you to make links "unvisited" by removing them from the browsers history
Basisinformatie over de Extensie
Naam | Unvisit |
ID | fbggfcphnbjfjoppijhohnhmfofkcplj |
Officiële URL | https://chromewebstore.google.com/detail/unvisit/fbggfcphnbjfjoppijhohnhmfofkcplj |
Beschrijving | Mark link as unvisited by removing the url from the browsers history |
Bestandsgrootte | 12.59 KB |
Aantal Installaties | 78 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-11-20 |
Publicatiedatum | 2018-07-19 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | smukkekim |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |