Noto - Notion URL shortener and beautifier
Do you hate posting lengthy Notion URLs? Not anymore! Noto Link is a seamlessly integrated URL shortener and beautifier for Notion.
Qu'est-ce que Noto - Notion URL shortener and beautifier ?
Noto - Notion URL shortener and beautifier est une extension Chrome développée par https://noto.tools, et sa fonction principale est "Do you hate posting lengthy Notion URLs? Not anymore! Noto Link is a seamlessly integrated URL shortener and beautifier for Notion.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Noto - Notion URL shortener and beautifier
Téléchargez les fichiers d'extension Noto - Notion URL shortener and beautifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Noto (www.noto.tools) integrates seamlessly with Notion (www.notion.so) and allows easy creation of short URLs to pages, databases, and blocks. In addition, it can create beautiful links and generate HTML and Markdown code.
Informations de Base sur l'Extension
Nom | Noto - Notion URL shortener and beautifier |
ID | mlealbejkhhkdmafmpojnnmhdcnhfhod |
URL Officiel | https://chromewebstore.google.com/detail/noto-notion-url-shortener/mlealbejkhhkdmafmpojnnmhdcnhfhod |
Description | Do you hate posting lengthy Notion URLs? Not anymore! Noto Link is a seamlessly integrated URL shortener and beautifier for Notion. |
Taille du Fichier | 387 KB |
Nombre d'Installations | 1,956 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2022-04-05 |
Date de Publication | 2022-03-24 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://noto.tools |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.noto.tools/ |
URL de la Page d'Aide | https://www.noto.tools/ |
URL de la Page de Politique de Confidentialité | https://www.noto.tools/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Noto - Notion URL shortener and beautifier", "short_name": "Noto", "version": "1.0.6", "description": "Do you hate posting lengthy Notion URLs? Not anymore! Noto Link is a seamlessly integrated URL shortener and beautifier for Notion.", "author": "Niklas Salmoukas", "homepage_url": "https:\/\/www.noto.tools", "icons": { "16": "graphics\/icons\/16.png", "48": "graphics\/icons\/48.png", "128": "graphics\/icons\/128.png" }, "permissions": [ "cookies" ], "host_permissions": [ "https:\/\/www.notion.so\/" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/www.notion.so\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "graphics\/*" ], "matches": [ "https:\/\/www.notion.so\/*" ] } ], "background": { "service_worker": "service.js" } } |