Nous

Nous is bookmark search engine. Use natural language search to find what you need.

Nous là gì?

Nous là một tiện ích mở rộng Chrome được phát triển bởi https://nous.fyi, và tính năng chính của nó là "Nous is bookmark search engine. Use natural language search to find what you need.".

Ả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 Nous

Tải xuống các tệp mở rộng Nous 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

                        Nous is a bookmark search engine giving you the power of natural language search to find what you need, fast.

Nous saves you time by taking the hassle of managing, organising and curating bookmarks away from you.
It allows you to retrieve what you need using the simplest yet most powerful way; search.

**HOW TO SAVE?**
- Alt + S
- Right click on any webpage and press "Save to Nous".
- Click on the extension and press "Save to Nous"

**HOW TO SEARCH?**
- Head over to app.nous.fyi.
- Search.
- You just saved precious minutes!                    

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

Tên Nous Nous
ID kdnfbangdkkddhgamelpdcgfmaecicel
URL Chính Thức https://chromewebstore.google.com/detail/nous/kdnfbangdkkddhgamelpdcgfmaecicel
Mô tả Nous is bookmark search engine. Use natural language search to find what you need.
Kích Thước Tệp 4.61 MB
Số Lần Cài Đặt 68
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-12-12
Ngày Phát Hành 2023-09-17
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://nous.fyi
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://nous.fyi
URL Trang Chính Sách Bảo Mật https://app.nous.fyi/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Nous",
    "version": "1.0.1",
    "description": "Nous is bookmark search engine. Use natural language search to find what you need.",
    "version_name": "1.0.0",
    "author": "[email protected]",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.nous.fyi\/*",
            "https:\/\/nous-revamp.vercel.app\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting",
        "storage",
        "bookmarks"
    ],
    "commands": {
        "save": {
            "description": "Save the current page",
            "suggested_key": {
                "default": "Alt+S"
            }
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "notyf.min.js",
                "Readability.js",
                "Readability-readerable.js"
            ],
            "css": [
                "notyf.min.css"
            ]
        }
    ],
    "action": {
        "default_title": "Nous",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icons\/logo-16.png",
        "32": "icons\/logo-32.png",
        "48": "icons\/logo-48.png",
        "128": "icons\/logo-128.png"
    }
}