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.
Cos'è Noto - Notion URL shortener and beautifier?
Noto - Notion URL shortener and beautifier è un'estensione di Chrome sviluppata da https://noto.tools, e la sua funzione principale è "Do you hate posting lengthy Notion URLs? Not anymore! Noto Link is a seamlessly integrated URL shortener and beautifier for Notion.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Noto - Notion URL shortener and beautifier
Scarica i file di estensione Noto - Notion URL shortener and beautifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Noto - Notion URL shortener and beautifier |
ID | mlealbejkhhkdmafmpojnnmhdcnhfhod |
URL Ufficiale | https://chromewebstore.google.com/detail/noto-notion-url-shortener/mlealbejkhhkdmafmpojnnmhdcnhfhod |
Descrizione | Do you hate posting lengthy Notion URLs? Not anymore! Noto Link is a seamlessly integrated URL shortener and beautifier for Notion. |
Dimensione del File | 387 KB |
Conteggio Installazioni | 1,956 |
Versione Corrente | 1.0.6 |
Ultimo Aggiornamento | 2022-04-05 |
Data di Pubblicazione | 2022-03-24 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | https://noto.tools |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.noto.tools/ |
URL della Pagina di Aiuto | https://www.noto.tools/ |
URL della Pagina della Politica sulla Privacy | https://www.noto.tools/privacy |
Lingue Supportate | 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" } } |