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…”。
扩展截图
下载detektIIIF2扩展crx文件
下载detektIIIF2扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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/.                     扩展基本信息
| 名称 |   |  
| 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": []
        }
    ]
}  |  |