Gatbsy.js Detector
Extension to detect sites built with Gatsby.js
Что такое Gatbsy.js Detector?
Gatbsy.js Detector - это расширение Chrome, разработанное https://sibiraj.dev, и его основная функция - "Extension to detect sites built with Gatsby.js".
Снимки экрана расширения
Скачать файл CRX расширения Gatbsy.js Detector
Скачайте файлы расширений Gatbsy.js Detector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Detect whether the site you visit is running Gatsby.js
Основная информация о расширении
Название | Gatbsy.js Detector |
ID | ebnangjfmhfioccbaepehadakhiffapm |
Официальный URL | https://chromewebstore.google.com/detail/gatbsyjs-detector/ebnangjfmhfioccbaepehadakhiffapm |
Описание | Extension to detect sites built with Gatsby.js |
Размер файла | 146 KB |
Количество установок | 298 |
Текущая Версия | 2.0.0 |
Последнее Обновление | 2023-01-09 |
Дата публикации | 2019-02-09 |
Разработчик | https://sibiraj.dev |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/sibiraj-s/gatsby.js-detector |
URL страницы помощи | https://github.com/sibiraj-s/gatsby.js-detector/issues |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.0", "name": "Gatbsy.js Detector", "short_name": "Gatbsy.js Detector", "description": "Extension to detect sites built with Gatsby.js", "manifest_version": 3, "author": "sibiraj-s", "icons": { "16": "images\/production\/gatsby-16x16.png", "32": "images\/production\/gatsby-32x32.png", "48": "images\/production\/gatsby-48x48.png", "128": "images\/production\/gatsby-128x128.png", "512": "images\/production\/gatsby-512x512.png" }, "action": { "default_title": "Gatbsy.js Detector", "default_icon": { "16": "images\/disabled\/gatsby-16x16.png", "32": "images\/disabled\/gatsby-32x32.png", "48": "images\/disabled\/gatsby-48x48.png" }, "default_popup": "popups\/disabled.html" }, "content_scripts": [ { "matches": [ " |