nohistory
Easily trigger history logging on/off
Qu'est-ce que nohistory ?
nohistory est une extension Chrome développée par https://sites.google.com/site/tredashx, et sa fonction principale est "Easily trigger history logging on/off".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension nohistory
Téléchargez les fichiers d'extension nohistory 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
Simple & open-source chrome extension that can easily trigger logging your website history on or off. See more: https://github.com/tre-x/nohistory
Informations de Base sur l'Extension
Nom | nohistory |
ID | ekilnbdikdapophfmkflnpphpcnpffff |
URL Officiel | https://chromewebstore.google.com/detail/nohistory/ekilnbdikdapophfmkflnpphpcnpffff |
Description | Easily trigger history logging on/off |
Taille du Fichier | 29.65 KB |
Nombre d'Installations | 654 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2019-12-22 |
Date de Publication | 2019-12-21 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://sites.google.com/site/tredashx |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/tre-x/nohistory |
URL de la Page d'Aide | https://sites.google.com/site/tredashx/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "nohistory", "description": "Easily trigger history logging on\/off", "version": "1.0.0", "author": "tre-x", "browser_action": { "default_icon": { "16": "16.png", "48": "48.png", "128": "128.png" } }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "main.js" ] }, "permissions": [ "history" ] } |