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 |
官方網址 | 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 |
電子郵箱 | [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": [ " |