nohistory
Easily trigger history logging on/off
Apa itu nohistory?
nohistory adalah ekstensi Chrome yang dikembangkan oleh https://sites.google.com/site/tredashx, dan fitur utamanya adalah "Easily trigger history logging on/off".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi nohistory
Unduh file ekstensi nohistory dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Simple & open-source chrome extension that can easily trigger logging your website history on or off. See more: https://github.com/tre-x/nohistory
Informasi Dasar Ekstensi
Nama | nohistory |
ID | ekilnbdikdapophfmkflnpphpcnpffff |
URL Resmi | https://chromewebstore.google.com/detail/nohistory/ekilnbdikdapophfmkflnpphpcnpffff |
Deskripsi | Easily trigger history logging on/off |
Ukuran File | 29.65 KB |
Jumlah Instalasi | 654 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2019-12-22 |
Tanggal Publikasi | 2019-12-21 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | https://sites.google.com/site/tredashx |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/tre-x/nohistory |
URL Halaman Bantuan | https://sites.google.com/site/tredashx/ |
Bahasa yang Didukung | 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" ] } |