Limit History Lifetime
Set a maximum limit on history entry lifetime. By Nick Semenkovich
Apa itu Limit History Lifetime?
Limit History Lifetime adalah ekstensi Chrome yang dikembangkan oleh https://semenkovich.com, dan fitur utamanya adalah "Set a maximum limit on history entry lifetime. By Nick Semenkovich
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Limit History Lifetime
Unduh file ekstensi Limit History Lifetime 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
Set a maximum limit on history entries. By Nick SemenkovichLong-lasting history items in Chrome can be annoying, especially since it's hard to clear just an older range of entries. This extension limits the maximum lifetime of history items in Chrome to protect your privacy. This extension: - Invokes itself every two hours to remove history objects - Limits the history to a 4-day expiry (adjustable on the options page) - Takes almost zero RAM (runs as a non-persistent background page) - Is open source! (See below) ======== CODE ======== Please contribute! https://github.com/semenko/chrome-limit-history-lifetime Copyright 2014, Nick Semenkovich Released under the MIT License. See LICENSE for details.
Informasi Dasar Ekstensi
Nama | Limit History Lifetime |
ID | opkjpinehmnbdeebdamcapfgfepdiohp |
URL Resmi | https://chromewebstore.google.com/detail/limit-history-lifetime/opkjpinehmnbdeebdamcapfgfepdiohp |
Deskripsi | Set a maximum limit on history entry lifetime. By Nick Semenkovich |
Ukuran File | 21.39 KB |
Jumlah Instalasi | 573 |
Versi Saat Ini | 2014.7.20 |
Terakhir Diperbarui | 2014-07-20 |
Tanggal Publikasi | 2014-07-20 |
Penilaian | 3.50/5 Total 10 Penilaian |
Pengembang | https://semenkovich.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/semenko/chrome-limit-history-lifetime |
URL Halaman Bantuan | https://github.com/semenko/chrome-limit-history-lifetime/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "author": "Nick Semenkovich", "content_security_policy": "script-src 'self'; object-src 'self'", "description": "Set a maximum limit on history entry lifetime. By Nick Semenkovich |