Shoto
Notion search from URL bar
Wat is Shoto?
Shoto is een Chrome-extensie ontwikkeld door Sergei Sleptsov, en de belangrijkste functie is "Notion search from URL bar".
Extensie Screenshots
Download het CRX-bestand van de extensie Shoto
Download Shoto-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | lnnlchbbenkmimmhdfnljleabhajfebl |
Officiële URL | https://chrome.google.com/webstore/detail/shoto/lnnlchbbenkmimmhdfnljleabhajfebl |
Beschrijving | Notion search from URL bar |
Bestandsgrootte | 510 KB |
Aantal Installaties | 225 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2022-01-25 |
Publicatiedatum | 2021-07-18 |
Beoordeling | 3.57/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Sergei Sleptsov |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/ssleptsov/shoto |
Help Pagina-URL | https://github.com/ssleptsov/shoto/issues |
Ondersteunde Talen | 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" } } |