Shoto

Notion search from URL bar

Shotoとは何ですか?

ShotoはSergei Sleptsovによって開発されたChromeの拡張機能で、その主な機能は「Notion search from URL bar」です。

拡張機能のスクリーンショット

screenshot

Shoto拡張機能のCRXファイルをダウンロード

Shoto拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Shoto Shoto
ID lnnlchbbenkmimmhdfnljleabhajfebl
公式URL https://chrome.google.com/webstore/detail/shoto/lnnlchbbenkmimmhdfnljleabhajfebl
説明 Notion search from URL bar
ファイルサイズ 510 KB
インストール数 225
現在のバージョン 1.1.0
最終更新日 2022-01-25
公開日 2021-07-18
評価 3.57/5 合計 7 レビュー
開発者 Sergei Sleptsov
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/ssleptsov/shoto
ヘルプページのURL https://github.com/ssleptsov/shoto/issues
対応言語 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"
    }
}