Shoto
Notion search from URL bar
Co to jest Shoto?
Shoto to rozszerzenie Chrome opracowane przez Sergei Sleptsov, a jego główną funkcją jest „Notion search from URL bar”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Shoto
Pobierz pliki rozszerzeń Shoto w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lnnlchbbenkmimmhdfnljleabhajfebl |
Oficjalny URL | https://chrome.google.com/webstore/detail/shoto/lnnlchbbenkmimmhdfnljleabhajfebl |
Opis | Notion search from URL bar |
Rozmiar pliku | 510 KB |
Liczba instalacji | 225 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2022-01-25 |
Data Publikacji | 2021-07-18 |
Ocena | 3.57/5 Łącznie 7 Oceny |
Deweloper | Sergei Sleptsov |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/ssleptsov/shoto |
Adres URL Strony Pomocy | https://github.com/ssleptsov/shoto/issues |
Obsługiwane Języki | 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" } } |