No History

Disables history logging

No History क्या है?

No History KVSoftware द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Disables history logging"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में No History एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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