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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": [
" | |