Widget Finder
Find Appwiki widgets on page
什么是Widget Finder?
Widget Finder是由Berekad开发的Chrome扩展程序,该扩展的主要功能是“Find Appwiki widgets on page”。
扩展截图
下载Widget Finder扩展crx文件
下载Widget Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Search and find Appwiki widgets on any page Find out what widget version the web page is using -- Refresh current page after installing extension
扩展基本信息
名称 | Widget Finder |
ID | aehpmlfdbpnbjnbkekfbffbnpepnglmh |
官方URL | https://chromewebstore.google.com/detail/widget-finder/aehpmlfdbpnbjnbkekfbffbnpepnglmh |
简介 | Find Appwiki widgets on page |
文件大小 | 29.36 KB |
安装次数 | 52 |
当前版本 | 1.0.0 |
更新时间 | 2021-07-25 |
上架时间 | 2021-07-25 |
开发者 | Berekad |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Widget Finder", "version": "1.0.0", "description": "Find Appwiki widgets on page", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ " |