No History
Disables history logging
什么是No History?
No History是由KVSoftware开发的Chrome扩展程序,该扩展的主要功能是“Disables history logging”。
扩展截图
下载No History扩展crx文件
下载No History扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With No History your history page will always be blank, so dont worry and keep up browsing. This extension just clears the entire history when Chrome add something there. It's fast and simple. No configurations, no address bar icons - just install and forget about it. ------------- PLEASE NOTE: 1. After you install this extension all your history will be cleared immidiately. 2. This extension clears only "History" page, the "Most visited" and "Recently closed" sections in the new tab won't be cleared. This is limitation of current history API. You may use something like "Speed Dial" to override the new tab page.
扩展基本信息
名称 | No History |
ID | hdifnhiliocdiomkphonngpedadhinof |
官方URL | https://chromewebstore.google.com/detail/no-history/hdifnhiliocdiomkphonngpedadhinof |
简介 | Disables history logging |
文件大小 | 33.09 KB |
安装次数 | 10,000 |
当前版本 | 1.0.1 |
更新时间 | 2013-08-06 |
上架时间 | 2013-08-06 |
评分 | 3.55/5 共146次评分 |
开发者 | KVSoftware |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No History", "description": "Disables history logging", "version": "1.0.1", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "history" ], "background": { "scripts": [ "no_history.js" ], "persistent": false } } |