Nous

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

What is Nous?

Nous is a Chrome extension developed by https://nous.fyi, and its main feature is "Nous is bookmark search engine. Use natural language search to find what you need.".

Extension Screenshots

screenshot

Download Nous Extension CRX File

Download Nous extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Nous Nous
ID kdnfbangdkkddhgamelpdcgfmaecicel
Official URL https://chromewebstore.google.com/detail/nous/kdnfbangdkkddhgamelpdcgfmaecicel
Description Nous is bookmark search engine. Use natural language search to find what you need.
File Size 4.61 MB
Installation Count 68
Current Version 1.0.0
Last Updated 2023-12-12
Publish Date 2023-09-17
Rating 4.50/5 Total 2 Ratings
Developer https://nous.fyi
Email [email protected]
Payment Type in_app
Extension Website https://nous.fyi
Privacy Policy Page URL https://app.nous.fyi/privacy
Supported Languages 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"
    }
}