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