Flutter Widget Catcher
Copy Flutter widget easily ...
Flutter Widget Catcherとは何ですか?
Flutter Widget Catcherはrajapakshabawanthaによって開発されたChromeの拡張機能で、その主な機能は「Copy Flutter widget easily ...」です。
拡張機能のスクリーンショット
Flutter Widget Catcher拡張機能のCRXファイルをダウンロード
Flutter Widget Catcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sometimes copying flutter widget from web can be tricky. Because finding correct closing parenthesis might be quite cumbersome . but don't you worry. Flutter Widget Catcher got you covered 拡張機能の基本情報
| 名前 | |
| ID | fmodefdejfdmjjlfdodklhkoichndcgg |
| 公式URL | https://chromewebstore.google.com/detail/flutter-widget-catcher/fmodefdejfdmjjlfdodklhkoichndcgg |
| 説明 | Copy Flutter widget easily ... |
| ファイルサイズ | 28.07 KB |
| インストール数 | 530 |
| 現在のバージョン | 0.3.0 |
| 最終更新日 | 2022-03-29 |
| 公開日 | 2022-03-29 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | rajapakshabawantha |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Flutter Widget Catcher",
"version": "0.3.0",
"description": "Copy Flutter widget easily ...",
"icons": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Flutter Widget Catcher",
"default_popup": "popup.html"
},
"permissions": [
"contextMenus"
],
"content_scripts": [
{
"matches": [
" | |