Shoto

Notion search from URL bar

Shoto là gì?

Shoto là một tiện ích mở rộng Chrome được phát triển bởi Sergei Sleptsov, và tính năng chính của nó là "Notion search from URL bar".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shoto

Tải xuống các tệp mở rộng Shoto dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shoto Shoto
ID lnnlchbbenkmimmhdfnljleabhajfebl
URL Chính Thức https://chrome.google.com/webstore/detail/shoto/lnnlchbbenkmimmhdfnljleabhajfebl
Mô tả Notion search from URL bar
Kích Thước Tệp 510 KB
Số Lần Cài Đặt 225
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2022-01-25
Ngày Phát Hành 2021-07-18
Đánh Giá 3.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Sergei Sleptsov
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ssleptsov/shoto
URL Trang Trợ Giúp https://github.com/ssleptsov/shoto/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}