Official GSAP Sniffer
Shows the version of GSAP (GreenSock Animation Platform) that is used on the page (if at all)
Was ist Official GSAP Sniffer?
Official GSAP Sniffer ist eine Chrome-Erweiterung, die von GreenSock entwickelt wurde, und ihr Hauptmerkmal ist "Shows the version of GSAP (GreenSock Animation Platform) that is used on the page (if at all)".
Erweiterungsscreenshots
Official GSAP Sniffer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Official GSAP Sniffer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This is the official GSAP sniffer extension that detects if the GreenSock Animation Platform (GSAP) is used on a given webpage. If so, the icon becomes green and shows the version of GSAP. If GSAP is not used, the icon stays grey. https://greensock.com/
Grundlegende Informationen zur Erweiterung
Name | |
ID | dbcjaehchnikgdjjcehagpcikmlpjefh |
Offizielle URL | https://chromewebstore.google.com/detail/official-gsap-sniffer/dbcjaehchnikgdjjcehagpcikmlpjefh |
Beschreibung | Shows the version of GSAP (GreenSock Animation Platform) that is used on the page (if at all) |
Dateigröße | 71.47 KB |
Installationsanzahl | 518 |
Aktuelle Version | 1.3 |
Letztes Update | 2021-07-09 |
Veröffentlichungsdatum | 2019-12-30 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | GreenSock |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://greensock.com/ |
Hilfeseite URL | https://greensock.com/forums/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "author": "GreenSock", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/sock-bw-32.png", "default_title": "Official GSAP Sniffer" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ " |