Official GSAP Sniffer
Shows the version of GSAP (GreenSock Animation Platform) that is used on the page (if at all)
Official GSAP Snifferとは何ですか?
Official GSAP SnifferはGreenSockによって開発されたChromeの拡張機能で、その主な機能は「Shows the version of GSAP (GreenSock Animation Platform) that is used on the page (if at all)」です。
拡張機能のスクリーンショット
Official GSAP Sniffer拡張機能のCRXファイルをダウンロード
Official GSAP Sniffer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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/
拡張機能の基本情報
名前 | |
ID | dbcjaehchnikgdjjcehagpcikmlpjefh |
公式URL | https://chromewebstore.google.com/detail/official-gsap-sniffer/dbcjaehchnikgdjjcehagpcikmlpjefh |
説明 | Shows the version of GSAP (GreenSock Animation Platform) that is used on the page (if at all) |
ファイルサイズ | 71.47 KB |
インストール数 | 518 |
現在のバージョン | 1.3 |
最終更新日 | 2021-07-09 |
公開日 | 2019-12-30 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | GreenSock |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://greensock.com/ |
ヘルプページのURL | https://greensock.com/forums/ |
対応言語 | 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": [ " |