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 } } |