My sites in Webflow
Open your Webflow sites faster: Designer, Settings or Preview.
O que é My sites in Webflow?
My sites in Webflow é uma extensão do Chrome desenvolvida por Marek Lumi, e sua principal característica é "Open your Webflow sites faster: Designer, Settings or Preview.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão My sites in Webflow
Baixe arquivos de extensão My sites in Webflow no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | My sites in Webflow |
ID | fhicpgkkgeefcfbkfaiigkaakfhakkbc |
URL Oficial | https://chromewebstore.google.com/detail/my-sites-in-webflow/fhicpgkkgeefcfbkfaiigkaakfhakkbc |
Descrição | Open your Webflow sites faster: Designer, Settings or Preview. |
Tamanho do Arquivo | 16.03 KB |
Contagem de Instalações | 131 |
Versão Atual | 2.0.1 |
Última Atualização | 2022-04-07 |
Data de Publicação | 2020-05-01 |
Desenvolvedor | Marek Lumi |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } |