No History

Disables history logging

No History là gì?

No History là một tiện ích mở rộng Chrome được phát triển bởi KVSoftware, và tính năng chính của nó là "Disables history logging".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng No History

Tải xuống các tệp mở rộng No History dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên No History No History
ID hdifnhiliocdiomkphonngpedadhinof
URL Chính Thức https://chromewebstore.google.com/detail/no-history/hdifnhiliocdiomkphonngpedadhinof
Mô tả Disables history logging
Kích Thước Tệp 33.09 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2013-08-06
Ngày Phát Hành 2013-08-06
Đánh Giá 3.55/5 Tổng số 146 Đánh Giá
Nhà Phát Triển KVSoftware
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}