Shoto
Notion search from URL bar
Qu'est-ce que Shoto ?
Shoto est une extension Chrome développée par Sergei Sleptsov, et sa fonction principale est "Notion search from URL bar".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Shoto
Téléchargez les fichiers d'extension Shoto 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
Notion search inside the URL bar. Allow quickly find content from your notion workspace without switching tabs. Just type '/' + 'Space or Tab' and your search term in URL bar. New in version: 1.1.0 - Added options page to configure search - Added setting to open a result in a new tab or same tab - Added setting to search title only, for faster search within large notion workspaces
Informations de Base sur l'Extension
Nom | |
ID | lnnlchbbenkmimmhdfnljleabhajfebl |
URL Officiel | https://chrome.google.com/webstore/detail/shoto/lnnlchbbenkmimmhdfnljleabhajfebl |
Description | Notion search from URL bar |
Taille du Fichier | 510 KB |
Nombre d'Installations | 225 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2022-01-25 |
Date de Publication | 2021-07-18 |
Évaluation | 3.57/5 Total 7 Évaluations |
Développeur | Sergei Sleptsov |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ssleptsov/shoto |
URL de la Page d'Aide | https://github.com/ssleptsov/shoto/issues |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shoto", "description": "Notion search from URL bar", "version": "1.1.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "omnibox": { "keyword": "\/" }, "options_page": "options.html", "manifest_version": 2, "browser_action": { "default_icon": { "16": "assets\/shoto16.png", "32": "assets\/shoto32.png" } }, "permissions": [ "activeTab", "storage", "*:\/\/www.notion.so\/*" ], "icons": { "16": "assets\/shoto16.png", "32": "assets\/shoto32.png", "48": "assets\/shoto48.png", "128": "assets\/shoto128.png" } } |