No History

Disables history logging

什麼是No History?

No History是由KVSoftware開發的Chrome擴展程式,該擴展的主要功能是“Disables history logging”。

擴展截圖

screenshot

下載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 No History
ID hdifnhiliocdiomkphonngpedadhinof
官方網址 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
    }
}