Mink - Integrate Live & Archived Web +Memento

Integrating the Live and Archived Web Viewing Experience Using Memento

Mink - Integrate Live & Archived Web +Memento란 무엇입니까?

Mink - Integrate Live & Archived Web +Memento은(는) https://matkelly.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Integrating the Live and Archived Web Viewing Experience Using Memento"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Mink - Integrate Live & Archived Web +Memento 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Mink - Integrate Live & Archived Web +Memento Mink - Integrate Live & Archived Web +Memento
ID jemoalkmipibchioofomhkgimhofbbem
공식 URL https://chromewebstore.google.com/detail/mink-integrate-live-archi/jemoalkmipibchioofomhkgimhofbbem
설명 Integrating the Live and Archived Web Viewing Experience Using Memento
파일 크기 902 KB
설치 횟수 335
현재 버전 2.5.5.3
최근 업데이트 2023-08-25
출시 날짜 2019-04-23
평점 5.00/5 총 4 개의 평점
개발자 https://matkelly.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/machawk1/mink
도움말 페이지 URL https://github.com/machawk1/mink
개인정보 보호 정책 페이지 URL https://github.com/machawk1/Mink/blob/master/PrivacyPolicy.md
지원되는 언어 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"
    ]
}