Official GSAP Sniffer
Shows the version of GSAP (GreenSock Animation Platform) that is used on the page (if at all)
Hvad er Official GSAP Sniffer?
Official GSAP Sniffer er en Chrome-udvidelse udviklet af GreenSock, og dens hovedfunktion er "Shows the version of GSAP (GreenSock Animation Platform) that is used on the page (if at all)".
Udvidelsesskærmbilleder
Download Official GSAP Sniffer-udvidelses-CRX-fil
Download Official GSAP Sniffer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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/
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | dbcjaehchnikgdjjcehagpcikmlpjefh |
Officiel URL | https://chromewebstore.google.com/detail/official-gsap-sniffer/dbcjaehchnikgdjjcehagpcikmlpjefh |
Beskrivelse | Shows the version of GSAP (GreenSock Animation Platform) that is used on the page (if at all) |
Filstørrelse | 71.47 KB |
Antal Installationer | 518 |
Nuværende Version | 1.3 |
Senest Opdateret | 2021-07-09 |
Udgivelsesdato | 2019-12-30 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | GreenSock |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://greensock.com/ |
Hjælpeside-URL | https://greensock.com/forums/ |
Understøttede Sprog | 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": [ " |