goover

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

goover là gì?

goover là một tiện ích mở rộng Chrome được phát triển bởi https://goover.ai, và tính năng chính của nó là "Automatically learn when accessing any website with the format 'Article page'!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng goover

Tải xuống các tệp mở rộng goover dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên goover goover
ID cpgndeiekofpnkdlbcahkfbcnebadgmg
URL Chính Thức https://chromewebstore.google.com/detail/goover/cpgndeiekofpnkdlbcahkfbcnebadgmg
Mô tả Automatically learn when accessing any website with the format 'Article page'!
Kích Thước Tệp 2.91 MB
Số Lần Cài Đặt 146
Phiên Bản Hiện Tại 0.2.3
Cập Nhật Lần Cuối 2023-12-19
Ngày Phát Hành 2023-03-21
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://goover.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://goover.ai/
URL Trang Chính Sách Bảo Mật https://goover.ai/termsofservice
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}