No History

Disables history logging

No Historyคืออะไร?

No History เป็นส่วนขยายของ Chrome ที่พัฒนาโดย KVSoftware และคุณลักษณะหลักของมันคือ "Disables history logging"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No History

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
    }
}