Unvisit
Mark link as unvisited by removing the url from the browsers history
Hvad er Unvisit?
Unvisit er en Chrome-udvidelse udviklet af smukkekim, og dens hovedfunktion er "Mark link as unvisited by removing the url from the browsers history".
Udvidelsesskærmbilleder
Download Unvisit-udvidelses-CRX-fil
Download Unvisit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Helps when working with styling links, by allowing you to make links "unvisited" by removing them from the browsers history
Grundlæggende oplysninger om udvidelsen
Navn | Unvisit |
ID | fbggfcphnbjfjoppijhohnhmfofkcplj |
Officiel URL | https://chromewebstore.google.com/detail/unvisit/fbggfcphnbjfjoppijhohnhmfofkcplj |
Beskrivelse | Mark link as unvisited by removing the url from the browsers history |
Filstørrelse | 12.59 KB |
Antal Installationer | 78 |
Nuværende Version | 1.0 |
Senest Opdateret | 2020-11-20 |
Udgivelsesdato | 2018-07-19 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | smukkekim |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |