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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "detektIIIF2 is a Chrome extension that automatically detects IIIF resources (https://iiif.io) in web pages and offers users a…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में detektIIIF2 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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": [] } ] } |