nohistory
Easily trigger history logging on/off
Wat is nohistory?
nohistory is een Chrome-extensie ontwikkeld door https://sites.google.com/site/tredashx, en de belangrijkste functie is "Easily trigger history logging on/off".
Extensie Screenshots
Download het CRX-bestand van de extensie nohistory
Download nohistory-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
Simple & open-source chrome extension that can easily trigger logging your website history on or off. See more: https://github.com/tre-x/nohistory
Basisinformatie over de Extensie
Naam | nohistory |
ID | ekilnbdikdapophfmkflnpphpcnpffff |
Officiële URL | https://chromewebstore.google.com/detail/nohistory/ekilnbdikdapophfmkflnpphpcnpffff |
Beschrijving | Easily trigger history logging on/off |
Bestandsgrootte | 29.65 KB |
Aantal Installaties | 654 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2019-12-22 |
Publicatiedatum | 2019-12-21 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://sites.google.com/site/tredashx |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/tre-x/nohistory |
Help Pagina-URL | https://sites.google.com/site/tredashx/ |
Ondersteunde Talen | 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" ] } |