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.
Co je Noto - Notion URL shortener and beautifier?
Noto - Notion URL shortener and beautifier je rozšíření Chrome vyvinuté https://noto.tools, a jeho hlavní funkcí je „Do you hate posting lengthy Notion URLs? Not anymore! Noto Link is a seamlessly integrated URL shortener and beautifier for Notion.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Noto - Notion URL shortener and beautifier
Stáhněte si soubory rozšíření Noto - Notion URL shortener and beautifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Noto - Notion URL shortener and beautifier |
ID | mlealbejkhhkdmafmpojnnmhdcnhfhod |
Oficiální URL | https://chromewebstore.google.com/detail/noto-notion-url-shortener/mlealbejkhhkdmafmpojnnmhdcnhfhod |
Popis | Do you hate posting lengthy Notion URLs? Not anymore! Noto Link is a seamlessly integrated URL shortener and beautifier for Notion. |
Velikost souboru | 387 KB |
Počet instalací | 1,956 |
Aktuální Verze | 1.0.6 |
Poslední Aktualizace | 2022-04-05 |
Datum Vydání | 2022-03-24 |
Hodnocení | 5.00/5 Celkem 5 Hodnocení |
Vývojář | https://noto.tools |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.noto.tools/ |
URL Stránky Nápovědy | https://www.noto.tools/ |
URL Stránky Zásad Ochrany Soukromí | https://www.noto.tools/privacy |
Podporované Jazyky | 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" } } |