Nous

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

什么是Nous?

Nous是由https://nous.fyi开发的Chrome扩展程序,该扩展的主要功能是“Nous is bookmark search engine. Use natural language search to find what you need.”。

扩展截图

screenshot

下载Nous扩展crx文件

下载Nous扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Nous Nous
ID kdnfbangdkkddhgamelpdcgfmaecicel
官方URL https://chromewebstore.google.com/detail/nous/kdnfbangdkkddhgamelpdcgfmaecicel
简介 Nous is bookmark search engine. Use natural language search to find what you need.
文件大小 4.61 MB
安装次数 68
当前版本 1.0.0
更新时间 2023-12-12
上架时间 2023-09-17
评分 4.50/5 共2次评分
开发者 https://nous.fyi
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://nous.fyi
隐私政策页面URL https://app.nous.fyi/privacy
支持的语言 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"
    }
}