Simple.ink | Notion Website Builder
Build a website with Notion, in 10 seconds. No-code, fast, free, SEO-ready
O que é Simple.ink | Notion Website Builder?
Simple.ink | Notion Website Builder é uma extensão do Chrome desenvolvida por https://simple.ink, e sua principal característica é "Build a website with Notion, in 10 seconds. No-code, fast, free, SEO-ready".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Simple.ink | Notion Website Builder
Baixe arquivos de extensão Simple.ink | Notion Website Builder 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
Create a website from a Notion page, in 10 seconds, with Simple.ink. We'll be honest: this doesn't do much. Why? Simply because *we* don't do much. We're doing this in a simple way. All we're doing is making a simple process even simpler. Here's how you use this extension: 1. Go to a Notion page 2. Instead of going to https://www.simple.ink/notion-website-builder, you now just click the button of this Chrome Extension. We do the heavy lifting for you. 3. You skip a few steps → your website is halfway done! In about 5 seconds, you can go live with your website. We're Simple.ink. We take Notion pages and turn them into a beautiful, fast, no-code, SEO-ready website, in 10 seconds.
Informações Básicas da Extensão
Nome | Simple.ink | Notion Website Builder |
ID | ogklcdflbdbkmjgobdlmfdbgmombonbj |
URL Oficial | https://chromewebstore.google.com/detail/simpleink-notion-website/ogklcdflbdbkmjgobdlmfdbgmombonbj |
Descrição | Build a website with Notion, in 10 seconds. No-code, fast, free, SEO-ready |
Tamanho do Arquivo | 16.77 KB |
Contagem de Instalações | 502 |
Versão Atual | 0.1 |
Última Atualização | 2022-01-30 |
Data de Publicação | 2022-01-29 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | https://simple.ink |
Tipo de Pagamento | free |
Site da Extensão | http://simple.ink/ |
URL da Página de Ajuda | http://simple.ink/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple.ink | Notion Website Builder", "version": "0.1", "description": "Build a website with Notion, in 10 seconds. No-code, fast, free, SEO-ready", "manifest_version": 3, "action": { "default_popup": "popup\/popup.html" }, "background": { "service_worker": "sw.js" }, "permissions": [ "scripting", "activeTab" ] } |