toddle
Browser extension for the toddle editor.
toddleとは何ですか?
toddleはdevelopersによって開発されたChromeの拡張機能で、その主な機能は「Browser extension for the toddle editor.」です。
拡張機能のスクリーンショット
toddle拡張機能のCRXファイルをダウンロード
toddle拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
https://toddle.dev is a no-code platform for building professional web applications.
The toddle browser plugin allows the toddle editor to manage the session for applications being built in the toddle editor. 拡張機能の基本情報
| 名前 | |
| ID | hfhgjncckomifajhndceigiaiojhlllp |
| 公式URL | https://chromewebstore.google.com/detail/toddle/hfhgjncckomifajhndceigiaiojhlllp |
| 説明 | Browser extension for the toddle editor. |
| ファイルサイズ | 7.8 KB |
| インストール数 | 124 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2023-01-19 |
| 公開日 | 2023-01-18 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | developers |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://toddle.dev |
| ヘルプページのURL | https://toddle.dev |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "toddle",
"description": "Browser extension for the toddle editor.",
"version": "1.0",
"icons": {
"32": "icons\/toddle_32x32.png",
"64": "icons\/toddle_64x64.png",
"128": "icons\/toddle_128x128.png"
},
"background": {
"service_worker": "background.js"
},
"homepage_url": "https:\/\/toddle.dev",
"permissions": [
"cookies",
"webNavigation",
"declarativeNetRequest"
],
"host_permissions": [
"https:\/\/*.toddle.site\/*"
]
} | |