Vandal

Navigator for Web Archive

Τι είναι το Vandal;

Το Vandal είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Vignesh Anand, και η κύρια λειτουργία του είναι "Navigator for Web Archive".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Quickly navigate the web archive and travel back in time without leaving the current tab.

Important:
Vandal is not affiliated to the Internet Archive. It uses the Wayback Machine API and is a tiny and complementary subset to the mighty Wayback Machine.

Vandal focuses on ease-of-use and supports the following features for navigation and inspection:
📅 Calendar View: The default navigation mode which uses the least amount of surface area with a mini calendar view. Supports a calendar input that shows archival stats and allows selection of month across the years.
📊 Graph View: Navigation mode based on graphs of year and month.
🧭 Navigator: Built-in browser with ◀️ ▶️ 🔄 actions.
🎮 Navigation Panel: A bottom panel with navigation buttons to zip through archived snapshots for a date or across the month.
🕛 History Panel: Access your navigation history for a website.
🔩 Resource Drawer: A drawer that you can toggle to view timestamp differences of archived resources such as images, scripts, etc. relative to the page. This drawer updates automatically based on URL.
⌛ Historical View (beta): Displays the snapshot of a website throughout the years.

Checkout the website for more details.

Limitations: 
In some cases, a website may not be supported, the extension will then notify you to use wayback machine.
More details here: https://github.com/vegetableman/vandal#limitations

***

Open source with public license (AGPLv3):
https://github.com/vegetableman/vandal

***                    

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

Όνομα Vandal Vandal
ID knoccgahmcfhngbjhdbcodajdioedgdo
Επίσημο URL https://chromewebstore.google.com/detail/vandal/knoccgahmcfhngbjhdbcodajdioedgdo
Περιγραφή Navigator for Web Archive
Μέγεθος Αρχείου 4.37 MB
Αριθμός Εγκαταστάσεων 1,902
Τρέχουσα Έκδοση 2.0.1
Τελευταία Ενημέρωση 2021-06-13
Ημερομηνία Δημοσίευσης 2021-04-21
Αξιολόγηση 4.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Vignesh Anand
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://vegetableman.github.io/vandal
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/vegetableman/vandal/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vandal",
    "version": "2.0.1",
    "description": "Navigator for Web Archive",
    "homepage_url": "https:\/\/github.com\/vegetableman\/vandal",
    "manifest_version": 2,
    "minimum_chrome_version": "88",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "browser_style": true
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "build\/browser-polyfill.js",
            "build\/background.js",
            "build\/intercept.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "build\/images\/*",
        "build\/vandal.css",
        "build\/fonts\/*",
        "build\/iframe.html",
        "build\/iframe.js"
    ],
    "options_ui": {
        "page": "build\/options.html",
        "chrome_style": true,
        "browser_style": true
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{94866951-f60f-44f6-8d1a-6b2d8c88857b}",
            "strict_min_version": "84.0"
        }
    }
}