NotNotFound

NotNotFound

Τι είναι το NotNotFound;

Το NotNotFound είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://notnotfound.com, και η κύρια λειτουργία του είναι "NotNotFound".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης NotNotFound

Λήψη αρχείων επέκτασης NotNotFound σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        TL;DR: This app helps find a web page when it cannot be found on the original site.

NotNotFound (NNF) automatically redirects you to a cached version of a webpage when you encounter any error while browsing the web. 404 Not Found, server errors, and other web interruptions won't stop you from finding the content that you need. 
Our Recursive Cache System currently checks through Google Cache, Archive.org Database, and The Coral CDN.

Development Goals:
-webcitation.org cache lookup 
-ability to exclude a page/domain from the extension
-automatic bing.com cache lookup
-automatic gigablast.com cache lookup
-suggest related pages if site cannot be found in any cache
-development of an extension for Firefox, IE, Safari, and Opera

Version History
1.3
Simple code is better. 

Version History
1.2
Fixes url encoding bug

1.1
Offloads cache availability checks to our servers
Fixes back button issues when the cached page loads

Version History
0.49
Small coding improvements

0.48
Recursively Searches Archive.org from newest to oldest documents in cache

0.47
Coding Improvements

0.45
Removed cache look-up for authorization pages (401 Unauthorized)

0.4
Fixed bug affecting users browsing Google cache / archive.org

0.3
Initial Release

Why do we need to access "Your data on all websites"?
We look for http headers to check to see when you reach a page with a 404 or other errors. This is the only content that we access while you are browsing the web. We use header and title information to guide you through the caches once you reach a page with errors. The sites you visit and their content are not recorded by this addon. 
Additionally, if you're visiting a secure (https) website, we won't be interrupting your web requests, error or not.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα NotNotFound NotNotFound
ID jhkhghambhobggbogllhhijapjlahccd
Επίσημο URL https://chromewebstore.google.com/detail/notnotfound/jhkhghambhobggbogllhhijapjlahccd
Περιγραφή NotNotFound
Μέγεθος Αρχείου 7.11 KB
Αριθμός Εγκαταστάσεων 347
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2014-05-19
Ημερομηνία Δημοσίευσης 2014-05-19
Αξιολόγηση 3.22/5 Συνολικά 18 Αξιολογήσεις
Προγραμματιστής https://notnotfound.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://notnotfound.com
Διεύθυνση URL της Σελίδας Βοήθειας http://notnotfound.com/howitworks.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NotNotFound",
    "version": "1.3",
    "description": "NotNotFound",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "webRequest",
        "http:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}