detektIIIF2

detektIIIF2 is a Chrome extension that automatically detects IIIF resources (https://iiif.io) in web pages and offers users a…

detektIIIF2란 무엇입니까?

detektIIIF2은(는) seige.digital GbR에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "detektIIIF2 is a Chrome extension that automatically detects IIIF resources (https://iiif.io) in web pages and offers users a…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

detektIIIF2 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        detektIIIF2 is a Chrome extension that automatically detects IIIF resources (https://iiif.io) in web pages and offers users a convenient way to collect and reuse them. 

detektIIIF2 is considered to be in a public beta state. Find all information on https://detektiiif.net Please feel free to join the open source development of detektIIIF2!

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.                    

확장 프로그램 기본 정보

이름 detektIIIF2 detektIIIF2
ID aaodcobgcadinjipaocibamdfcffpcpp
공식 URL https://chromewebstore.google.com/detail/detektiiif2/aaodcobgcadinjipaocibamdfcffpcpp
설명 detektIIIF2 is a Chrome extension that automatically detects IIIF resources (https://iiif.io) in web pages and offers users a…
파일 크기 332 KB
설치 횟수 290
현재 버전 0.1.8
최근 업데이트 2022-06-17
출시 날짜 2022-06-06
평점 5.00/5 총 2 개의 평점
개발자 seige.digital GbR
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://detektiiif.net
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.8",
    "manifest_version": 3,
    "name": "detektIIIF2",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "webRequest",
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}