Simple.ink | Notion Website Builder

Build a website with Notion, in 10 seconds. No-code, fast, free, SEO-ready

Simple.ink | Notion Website Builder란 무엇입니까?

Simple.ink | Notion Website Builder은(는) https://simple.ink에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Build a website with Notion, in 10 seconds. No-code, fast, free, SEO-ready"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Simple.ink | Notion Website Builder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Simple.ink | Notion Website Builder Simple.ink | Notion Website Builder
ID ogklcdflbdbkmjgobdlmfdbgmombonbj
공식 URL https://chromewebstore.google.com/detail/simpleink-notion-website/ogklcdflbdbkmjgobdlmfdbgmombonbj
설명 Build a website with Notion, in 10 seconds. No-code, fast, free, SEO-ready
파일 크기 16.77 KB
설치 횟수 502
현재 버전 0.1
최근 업데이트 2022-01-30
출시 날짜 2022-01-29
평점 5.00/5 총 3 개의 평점
개발자 https://simple.ink
결제 유형 free
확장 프로그램 웹 사이트 http://simple.ink/
도움말 페이지 URL http://simple.ink/
지원되는 언어 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"
    ]
}