Shoto
Notion search from URL bar
Was ist Shoto?
Shoto ist eine Chrome-Erweiterung, die von Sergei Sleptsov entwickelt wurde, und ihr Hauptmerkmal ist "Notion search from URL bar".
Erweiterungsscreenshots
Shoto-Erweiterungs-CRX-Datei herunterladen
Laden Sie Shoto-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | lnnlchbbenkmimmhdfnljleabhajfebl |
Offizielle URL | https://chrome.google.com/webstore/detail/shoto/lnnlchbbenkmimmhdfnljleabhajfebl |
Beschreibung | Notion search from URL bar |
Dateigröße | 510 KB |
Installationsanzahl | 225 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2022-01-25 |
Veröffentlichungsdatum | 2021-07-18 |
Bewertung | 3.57/5 Insgesamt 7 Bewertungen |
Entwickler | Sergei Sleptsov |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/ssleptsov/shoto |
Hilfeseite URL | https://github.com/ssleptsov/shoto/issues |
Unterstützte Sprachen | 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" } } |