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文件

下載goover擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}