Mink - Integrate Live & Archived Web +Memento

Integrating the Live and Archived Web Viewing Experience Using Memento

Qu'est-ce que Mink - Integrate Live & Archived Web +Memento ?

Mink - Integrate Live & Archived Web +Memento est une extension Chrome développée par https://matkelly.com, et sa fonction principale est "Integrating the Live and Archived Web Viewing Experience Using Memento".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Mink - Integrate Live & Archived Web +Memento

Téléchargez les fichiers d'extension Mink - Integrate Live & Archived Web +Memento au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Integrate the live web experience with automatic queries to the web archive to show how well a page has been archived. Utilizes the Memento framework to access the appropriate Memento aggregators, TimeGate, TimeMaps, and mementos.

For more information and use cases, see https://github.com/machawk1/mink or watch the video demo (available in the Overview tab). Privacy Policy available at https://github.com/machawk1/Mink/blob/main/PrivacyPolicy.md .
Version 2.5.5.3 Updates the UI further to use logical properties
Version 2.5.5.2 Improves internationalization support.
Version 2.5.5.1 Updates the bundled select2 library for security.
Version 2.5.5 Fixes UI and accessibility issues as well as preferred aggregator stickiness.
Version 2.5.4 Fixes an issue with toggle the UI.
Version 2.5.3 Aligns the user's preferred aggregator with that which is queried.
Version 2.5.2 Fixes submission to Internet Archive's Wayback Machine from the user interface
Version 2.5.1.1 Fixes a syntactic issue inadvertently included in v2.5.1
Version 2.5.1 Fixes UI issues that clashed with existing web sites.
Version 2.5 Removes unnecessary permissions and purges necessary dependencies.
Version 2.4.1 Fixes an issue for using Mink on Memento-compliant MediaWiki instances.
Version 2.4 Adds inter-memento navigation when viewing a memento.
Version 2.3.4 Fixes some linguistic display issues and removes some more cruft.
Version 2.3.3.4 Removes unused bootstrap cruft from codebase, which is now 50% smaller!
Version 2.3.3.3 Updates the interface to use Shadow DOM v1 in anticipation of v0 deprecation.
Version 2.3.3.2 Fixed a UI bug.
Version 2.3.3.1 Aesthetic and iconography updates.
Version 2.3.3 Changes queries to use HTTPS.
Version 2.3.2.8 Fixes a literal issue on the options page.
Version 2.3.2.7 Updates reference to Memento aggregator, now at a new port.
Version 2.3.2.6 Fixes a UI issue that caused certain icons to shift while fetching a TimeMap.
Version 2.3.2.5 Fixes an issue with pushing https sites to webcitation
Version 2.3.2.4 Fixes UI issue with recent versions of Chrome that cause displaying the count for a large number of mementos causes a text overflow and ellipses.
Version 2.3.2.3 Fixes WAIT badge from appearing on blacklisted sites when button is activated.
Version 2.3.2.2 Fixes handling of file URIs.
Version 2.3.2.1 Adds a Privacy Policy and fixes verbiage.
Version 2.3.2 Improves the UI for the interface to submit a URI to each supported archive.
Version 2.3.1 Standardize code, fix false positive memento id, add support for orphaned mementos.
Version 2.3 Adds better handling of TimeMap indirection, UI tweaks, and caching smartness.
Version 2.2.1 Fixes an issue with TimeMap caching for faster re-access.
Version 2.2 Fixed processing for some sites that specify their own TimeMaps using HTTP 3XX codes.
Version 2.1.1.1 Aesthetic adjustments
Version 2.1.1 Fixes an issue with HTTP sites that specify their own Memento TimeMaps.
Version 2.1 Added support for submission to WebCitation and a UI fix for sites with many mementos.
Version 2.0.1 fixes an issue with sites that supply non-Memento-related HTTP Link headers.
Version 2.0 received an interface overhaul among many other fixes.                    

Informations de Base sur l'Extension

Nom Mink - Integrate Live & Archived Web +Memento Mink - Integrate Live & Archived Web +Memento
ID jemoalkmipibchioofomhkgimhofbbem
URL Officiel https://chromewebstore.google.com/detail/mink-integrate-live-archi/jemoalkmipibchioofomhkgimhofbbem
Description Integrating the Live and Archived Web Viewing Experience Using Memento
Taille du Fichier 902 KB
Nombre d'Installations 335
Version Actuelle 2.5.5.3
Dernière Mise à Jour 2023-08-25
Date de Publication 2019-04-23
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://matkelly.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/machawk1/mink
URL de la Page d'Aide https://github.com/machawk1/mink
URL de la Page de Politique de Confidentialité https://github.com/machawk1/Mink/blob/master/PrivacyPolicy.md
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mink - Integrate Live & Archived Web +Memento",
    "short_name": "Mink",
    "version": "2.5.5.3",
    "description": "Integrating the Live and Archived Web Viewing Experience Using Memento",
    "homepage_url": "https:\/\/matkelly.com\/mink",
    "author": "Mat Kelly ",
    "background": {
        "scripts": [
            "js\/jquery-3.4.1.min.js",
            "js\/date.js",
            "timemap.js",
            "mink.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Mink - Integrating the Live and Archived Web",
        "default_icon": {
            "19": "images\/minkLogo19.png",
            "38": "images\/minkLogo38.png"
        }
    },
    "icons": {
        "16": "images\/mink_marvel_16.png",
        "48": "images\/mink_marvel_48.png",
        "128": "images\/mink_marvel_128.png",
        "256": "images\/mink_marvel_256.png",
        "512": "images\/mink_marvel_512.png"
    },
    "permissions": [
        "webRequest",
        "",
        "tabs",
        "storage",
        "notifications",
        "contextMenus",
        "activeTab",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/select2\/select2.min.js",
                "jquery.miller.js\/miller.js",
                "content.js",
                "timemap.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style.css",
                "font-awesome-4.0.3\/css\/font-awesome-modified.css",
                "js\/select2\/select2.min.css",
                "jquery.miller.js\/jquery.miller.css",
                "css\/select2.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "minimum_chrome_version": "40",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "chrome_style": false
    },
    "web_accessible_resources": [
        "images\/mementoLogo-19px-30.png",
        "images\/mementoLogo-19px-37_5.png",
        "images\/mementoLogo-19px-45.png",
        "images\/mementoLogo38_working.png",
        "images\/icon-on-19.png",
        "images\/icon128.png",
        "images\/icon128flipped.png",
        "images\/icon128_error.png",
        "images\/minkLogo38_noMementos.png",
        "images\/m38_isAMemento.png",
        "images\/archives\/iaLogo.png",
        "images\/archives\/archiveisLogo.png",
        "images\/archives\/allListedArchives.png",
        "images\/archives\/iaLogo_success.png",
        "images\/archives\/archiveisLogo_success.png",
        "images\/spinner.gif",
        "images\/archives\/allListedArchives_success.png",
        "images\/mementoLogos\/mLogo38_7.5.png",
        "images\/mementoLogos\/mLogo38_15.png",
        "images\/mementoLogos\/mLogo38_22.5.png",
        "images\/mementoLogos\/mLogo38_30.png",
        "images\/mementoLogos\/mLogo38_37.5.png",
        "images\/mementoLogos\/mLogo38_45.png",
        "images\/mementoLogos\/mLogo38_52.5.png",
        "images\/mementoLogos\/mLogo38_60.png",
        "images\/mementoLogos\/mLogo19_7.5.png",
        "images\/mementoLogos\/mLogo19_15.png",
        "images\/mementoLogos\/mLogo19_22.5.png",
        "images\/mementoLogos\/mLogo19_30.png",
        "images\/mementoLogos\/mLogo19_37.5.png",
        "images\/mementoLogos\/mLogo19_45.png",
        "images\/mementoLogos\/mLogo19_52.5.png",
        "images\/mementoLogos\/mLogo19_60.png",
        "images\/archives\/ia.png",
        "style.css",
        "js\/jquery-3.4.1.min.js",
        "js\/date.js",
        "js\/select2\/select2.min.js",
        "js\/select2\/select2.min.css",
        "js\/displayMinkUI.js",
        "minkui.html",
        "css\/minkui.css",
        "images\/minkLogo_300.png",
        "images\/mink_marvel_80.png",
        "images\/archives\/dropdown_ia.png",
        "images\/archives\/dropdown_ais.png",
        "images\/archives\/dropdown_wc.png",
        "css\/select2.css",
        "jquery.miller.js\/miller.js",
        "jquery.miller.js\/jquery.miller.css",
        "font-awesome-4.0.3\/css\/font-awesome-modified.css",
        "font-awesome-4.0.3\/fonts\/fontawesome-webfont.eot",
        "font-awesome-4.0.3\/fonts\/fontawesome-webfont.svg",
        "font-awesome-4.0.3\/fonts\/fontawesome-webfont.ttf",
        "font-awesome-4.0.3\/fonts\/fontawesome-webfont.woff",
        "font-awesome-4.0.3\/fonts\/fontAwesome.otf"
    ]
}