My sites in Webflow
Open your Webflow sites faster: Designer, Settings or Preview.
My sites in Webflowとは何ですか?
My sites in WebflowはMarek Lumiによって開発されたChromeの拡張機能で、その主な機能は「Open your Webflow sites faster: Designer, Settings or Preview.」です。
拡張機能のスクリーンショット
My sites in Webflow拡張機能のCRXファイルをダウンロード
My sites in Webflow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When you open your Webflow Dashboard, your current sites are saved locally to your browser. You can then access them faster (the Designer, Settings or Preview) when you open the popup window of this extension. NOTE: Extension is developed independently, and is not officially endorsed by Webflow, Inc.
拡張機能の基本情報
名前 | My sites in Webflow |
ID | fhicpgkkgeefcfbkfaiigkaakfhakkbc |
公式URL | https://chromewebstore.google.com/detail/my-sites-in-webflow/fhicpgkkgeefcfbkfaiigkaakfhakkbc |
説明 | Open your Webflow sites faster: Designer, Settings or Preview. |
ファイルサイズ | 16.03 KB |
インストール数 | 131 |
現在のバージョン | 2.0.1 |
最終更新日 | 2022-04-07 |
公開日 | 2020-05-01 |
開発者 | Marek Lumi |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My sites in Webflow", "version": "2.0.1", "manifest_version": 3, "description": "Open your Webflow sites faster: Designer, Settings or Preview.", "homepage_url": "https:\/\/webflow.grsm.io\/marekeiba", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "src\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/webflow.com\/dashboard\/*" ], "js": [ "src\/content-script.js" ], "run_at": "document_end" } ], "options_page": "src\/settings\/settings.html", "action": { "default_icon": "icons\/icon19.png", "default_title": "My sites in Webflow", "default_popup": "src\/popup\/popup.html" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/webflow.com\/dashboard\/*" ] } |