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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://simple.ink, και η κύρια λειτουργία του είναι "Build a website with Notion, in 10 seconds. No-code, fast, free, SEO-ready".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Simple.ink | Notion Website Builder
Λήψη αρχείων επέκτασης Simple.ink | Notion Website Builder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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" ] } |