goover

Automatically learn when accessing any website with the format 'Article page'!

goover란 무엇입니까?

goover은(는) https://goover.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically learn when accessing any website with the format 'Article page'!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

goover 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Goover Chrome extension enables users to conveniently add any web content, including news articles and blogs directly to Goover Collection. With just a few clicks, users can save bookmarks and web content as learning resources, discover important keywords, and receive personalized and curated information from the web that aligns with the extracted topics.

The Goover Chrome extension provides the following features:

Web Scraping
Save web content such as articles and blogs in Goover Collection. Goover analyzes the content and provides personalized and curated articles related to the user's interests.

Bookmark Importing
Import Chrome bookmarks to reuse on Goover Collection as new learning resources.

1.	Click "Add to Chrome".
2.	Pin the Goover extension to the menu.
3.	Enter the phone number or email for login.
4.	Press the Request OTP Code button.
5.	Enter the OPT code from the SMS message.
6.	Press the Login button.
7.	Click Scrap & Send button to add a web document to the goover Collection.                    

확장 프로그램 기본 정보

이름 goover goover
ID cpgndeiekofpnkdlbcahkfbcnebadgmg
공식 URL https://chromewebstore.google.com/detail/goover/cpgndeiekofpnkdlbcahkfbcnebadgmg
설명 Automatically learn when accessing any website with the format 'Article page'!
파일 크기 2.91 MB
설치 횟수 146
현재 버전 0.2.3
최근 업데이트 2023-12-19
출시 날짜 2023-03-21
평점 5.00/5 총 4 개의 평점
개발자 https://goover.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://goover.ai/
개인정보 보호 정책 페이지 URL https://goover.ai/termsofservice
지원되는 언어 en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.2.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "permissions": [
        "webNavigation",
        "storage",
        "notifications",
        "tabs",
        "bookmarks"
    ],
    "host_permissions": [
        "https:\/\/goover.ai\/",
        "https:\/\/*\/"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/icon\/favicon16.png",
            "32": "\/icon\/favicon32.png",
            "48": "\/icon\/favicon48.png",
            "128": "\/icon\/favicon128.png"
        }
    },
    "icons": {
        "16": "\/icon\/favicon16.png",
        "32": "\/icon\/favicon32.png",
        "48": "\/icon\/favicon48.png",
        "128": "\/icon\/favicon128.png"
    }
}