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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}