Gatbsy.js Detector
Extension to detect sites built with Gatsby.js
Co to jest Gatbsy.js Detector?
Gatbsy.js Detector to rozszerzenie Chrome opracowane przez https://sibiraj.dev, a jego główną funkcją jest „Extension to detect sites built with Gatsby.js”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gatbsy.js Detector
Pobierz pliki rozszerzeń Gatbsy.js Detector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Detect whether the site you visit is running Gatsby.js
Podstawowe informacje o rozszerzeniu
Nazwa | Gatbsy.js Detector |
ID | ebnangjfmhfioccbaepehadakhiffapm |
Oficjalny URL | https://chromewebstore.google.com/detail/gatbsyjs-detector/ebnangjfmhfioccbaepehadakhiffapm |
Opis | Extension to detect sites built with Gatsby.js |
Rozmiar pliku | 146 KB |
Liczba instalacji | 298 |
Aktualna Wersja | 2.0.0 |
Ostatnia Aktualizacja | 2023-01-09 |
Data Publikacji | 2019-02-09 |
Deweloper | https://sibiraj.dev |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/sibiraj-s/gatsby.js-detector |
Adres URL Strony Pomocy | https://github.com/sibiraj-s/gatsby.js-detector/issues |
Obsługiwane Języki | 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": [ " |