Unvisit
Mark link as unvisited by removing the url from the browsers history
Qu'est-ce que Unvisit ?
Unvisit est une extension Chrome développée par smukkekim, et sa fonction principale est "Mark link as unvisited by removing the url from the browsers history".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Unvisit
Téléchargez les fichiers d'extension Unvisit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Helps when working with styling links, by allowing you to make links "unvisited" by removing them from the browsers history
Informations de Base sur l'Extension
Nom | Unvisit |
ID | fbggfcphnbjfjoppijhohnhmfofkcplj |
URL Officiel | https://chromewebstore.google.com/detail/unvisit/fbggfcphnbjfjoppijhohnhmfofkcplj |
Description | Mark link as unvisited by removing the url from the browsers history |
Taille du Fichier | 12.59 KB |
Nombre d'Installations | 78 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-11-20 |
Date de Publication | 2018-07-19 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | smukkekim |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |