detektIIIF2

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

detektIIIF2คืออะไร?

detektIIIF2 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย seige.digital GbR และคุณลักษณะหลักของมันคือ "detektIIIF2 is a Chrome extension that automatically detects IIIF resources (https://iiif.io) in web pages and offers users a…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย detektIIIF2

ดาวน์โหลดไฟล์ส่วนขยาย 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/.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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": []
        }
    ]
}